Image Resize for columns – CSS Fix
-
When you use images in columns, SU has a parameter setting the maximum width to 100%. The issue with this is that because WP automatically sets the height and width, when the image width is resized to less than the original the height remains the same, thus losing the proportions.
As a fix for this, we need to add the CSS … height: auto where you set the width to 100%.
I can, and am, doing this in custom CSS, but thought I’d let you know so you could include it in your next update.
This issue probably affects embedded elements as well.
Thanks,
Justin
- The topic ‘Image Resize for columns – CSS Fix’ is closed to new replies.