PaulSWilliams Posted May 7, 2021 Share Posted May 7, 2021 (edited) Site URL: https://www.paulswilliams.me.uk/blog-1 I'm trying to present a series of square crop images from a recent workshop and use one of these images as the thumbnail image for the blog post. However, the default blog page crops the image, and also provides significant wasted whitespace above the blog post's title. Am I doing something silly? Can I adjust this with simple style parameters, or do I need to reset to custom CSS for what I'd have thought would be default behaviour? Cheers! Edited May 7, 2021 by PaulSWilliams Link to comment
tuanphan Posted May 9, 2021 Share Posted May 9, 2021 Add to Design > Custom CSS /* resize image */ section.blog-image-wrapper img { width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment