chuckleburger Posted February 2, 2022 Share Posted February 2, 2022 I have an image on one of my pages that on mobile has important parts cut off, how can i make it scale down to like 75% of the size on mobile screenss, None of the solutions I've tried have worked so far Link to comment
tuanphan Posted February 7, 2022 Share Posted February 7, 2022 Hi. Can you share link to page where you use image? We can check easier 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
chuckleburger Posted February 8, 2022 Author Share Posted February 8, 2022 Quote On 2/7/2022 at 7:48 AM, tuanphan said: Hi. Can you share link to page where you use image? We can check easier https://tarantula-dogfish-65gt.squarespace.com/contact Link to comment
Solution tuanphan Posted February 13, 2022 Solution Share Posted February 13, 2022 On 2/9/2022 at 3:42 AM, chuckleburger said: https://tarantula-dogfish-65gt.squarespace.com/contact Add to Design > Custom CSS /* Mobile contact image */ @media screen and (max-width:767px) { [data-section-id="6046e4305fcbd22ee2c233de"] { min-height: unset !important; height: 50vh; } } 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
chuckleburger Posted February 14, 2022 Author Share Posted February 14, 2022 On 2/13/2022 at 7:55 AM, tuanphan said: Add to Design > Custom CSS /* Mobile contact image */ @media screen and (max-width:767px) { [data-section-id="6046e4305fcbd22ee2c233de"] { min-height: unset !important; height: 50vh; } } That worked for me! Thanks so much! 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