Skip to content
Snippets Groups Projects
Commit c6a05385 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-6264: make resized images retain the original proportions

parent c6b8eb85
No related branches found
No related tags found
1 merge request!94ISTWCMS-6264: make resized images retain the original proportions
......@@ -16,6 +16,10 @@
display: table-caption;
}
&__sized-image {
/* Ensure sized images maintain proportions despite having dimensions set. */
img {
height: auto;
}
&--center {
align-self: center;
img {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment