Skip to content
Snippets Groups Projects
Commit 0daadb7c authored by Eric Bremner's avatar Eric Bremner
Browse files

Merge branch 'feature/ISTWCMS-6264-kpaxman-fix_resizing_images' into '1.0.x'

ISTWCMS-6264: make resized images retain the original proportions

See merge request !94
parents c6b8eb85 c6a05385
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