SolveigTraeet Posted January 4, 2021 Share Posted January 4, 2021 Site URL: https://caper-badger-3s6d.squarespace.com/blog Hi! How do I make my blog thumbnail images automatically fit the ratio? Now my uploaded image is being cut, so it doesn't look very well. Can anyone help me? Password: home Link to comment
tuanphan Posted January 6, 2021 Share Posted January 6, 2021 Add to Home > Design > Custom CSS .blog-basic-grid .image-wrapper img { transform: scale(1.01); width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } SolveigTraeet 1 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
SolveigTraeet Posted January 6, 2021 Author Share Posted January 6, 2021 @tuanphan, thank you so much for your reply, that helped! 😃 Link to comment
SolveigTraeet Posted January 7, 2021 Author Share Posted January 7, 2021 @tuanphanI noticed that the thumbnail image is a bit cut on the top. What do I do to fix this? I tried to resize the image height in illustrator and upload a new one, but that didn't help. Can you help me? Also the thumbnail images were really big on widescreen, is it possible to make them a bit smaller? Link to comment
tuanphan Posted January 8, 2021 Share Posted January 8, 2021 Use new code .blog-basic-grid .image-wrapper img { transform: scale(1.01); width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } .blog-basic-grid .image-wrapper { overflow: visible !important; } SolveigTraeet 1 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
SolveigTraeet Posted January 8, 2021 Author Share Posted January 8, 2021 Thank you @tuanphan, that did the trick! 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