RaquelR Posted July 5, 2021 Share Posted July 5, 2021 Site URL: https://raquelrusso.com/blog Hello! I've been trying to get the thumbnail image in my blog page to be shown with its real proportions (and not cropped) but I can't figure out what I need to do. As it is right now, it's too tall and cropped on the sides and I wanted it to be at 100% width (in grid, not full screen) and with its real (and proportional) height. What css trick (or other magical thing) am I missing? Is this possible? Thank you! Link to comment
tuanphan Posted July 8, 2021 Share Posted July 8, 2021 On 7/6/2021 at 4:11 AM, RaquelR said: Site URL: https://raquelrusso.com/blog Hello! I've been trying to get the thumbnail image in my blog page to be shown with its real proportions (and not cropped) but I can't figure out what I need to do. As it is right now, it's too tall and cropped on the sides and I wanted it to be at 100% width (in grid, not full screen) and with its real (and proportional) height. What css trick (or other magical thing) am I missing? Is this possible? Thank you! Add to Design > Custom CSS /* blog thumbnail */ .blog-item img.image { width: 100% !important; height: auto !important; top: 0 !important; left: 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
RaquelR Posted August 23, 2021 Author Share Posted August 23, 2021 Thank you so much! The problem is that the DIV that contains the image is still in the previous proportions and so it creates a "blank space". I've attached a screenshot. If nothing can be done about it I'll just have to work within the proportions... Once again, thank you very much ❤️ Link to comment
tuanphan Posted August 30, 2021 Share Posted August 30, 2021 Hi, Sorry for the delay. Do you still need help on this? 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