Guest Posted February 2, 2022 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
tuanphan Posted February 7, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Guest Posted February 8, 2022 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
Solution tuanphan Posted February 13, 2022 Solution 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Guest Posted February 14, 2022 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!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment