jo10 Posted February 17, 2020 Share Posted February 17, 2020 Site URL: https://www.cuentamelobooks.com/ Hi smarter people than me, I'm having a frustrating time uploading images to my site. If you have a look, there are small illustrations scattered in the home page and other pages. These were done in Adobe Illustrator. If I save then as 2500 px wide pngs (Squarespace's recommendation), they are way to big and reducing their size using space blocks either makes them too small or still too big. I have used photoshop for reducing their size (what you see now on the site), but they look blurry. So I'm thinking maybe the way to go is code? I've seen other threads with code for reducing image size in mobile, but couldn't find anything for reducing the size in all formats. Thank you in advance for your help. Also if there's a better way of doing this that's not code, I will happily hear suggestions. Thanks! Link to comment
tuanphan Posted February 19, 2020 Share Posted February 19, 2020 You can use CSS to resize image size. Which images? 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
jo10 Posted February 19, 2020 Author Share Posted February 19, 2020 H, I've attached screen grabs of the homepage with the images circled in black. There are others in different pages, but just so you see which ones I mean. Thank you for your help Link to comment
tuanphan Posted February 21, 2020 Share Posted February 21, 2020 .image-block-outer-wrapper img { width: 50px !important; height: auto !important; } .image-block-outer-wrapper .image-block-wrapper { padding-bottom: 50% !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
jo10 Posted February 22, 2020 Author Share Posted February 22, 2020 Hi, this didn't work very well. Some of the images, like the one in the footer ended up being too small. Is there a way to reduce the size of each individual illustration? Thank you for your help Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.