PSDesigns Posted February 5 Posted February 5 The image gallery web part is not resizing to fit width in mobile view. It is set to fix height looks like. Is there a way to make it to fixed width so the entire image shows up in mobile view instead of getting cropped on the sides? Here is the page for reference: https://www.parulsurti.com/new-test-page. Here are the settings I used: Thank you!
Solution tuanphan Posted February 11 Solution Posted February 11 https://www.parulsurti.com/new-test-page Try adding this to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { .gallery-reel { height: 40vh !important; } } Ushavilash 1 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!)
PSDesigns Posted February 20 Author Posted February 20 Thank you! That worked, although I changed the height to 80vh so it displayed at a decent size. 🙂 tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment