SPR_85 Posted October 11 Share Posted October 11 Hello, I have a slideshow on my homepage "Slideshow: Full" using Fluid Engine (Squarespace 7.1). I've added the below code to resize my images for mobile, and this is all working fine: @media only screen and (max-width: 767px) { section[data-section-id="64ed72af0764420ce18dc910"] img { height: auto !important; } However I now have a large gap underneath the images within this section that I can't manually adjust (screenshot attached). I've tried the code below to reduce this (and reduced the VH), but it's not working properly. @media only screen and (max-width:767px) { .gallery-fullscreen-slideshow{ height: 20vh!important } } Any other suggestions? Thank you Link to comment
Web_Solutions Posted October 11 Share Posted October 11 13 minutes ago, SPR_85 said: Hello, I have a slideshow on my homepage "Slideshow: Full" using Fluid Engine (Squarespace 7.1). I've added the below code to resize my images for mobile, and this is all working fine: @media only screen and (max-width: 767px) { section[data-section-id="64ed72af0764420ce18dc910"] img { height: auto !important; } However I now have a large gap underneath the images within this section that I can't manually adjust (screenshot attached). I've tried the code below to reduce this (and reduced the VH), but it's not working properly. @media only screen and (max-width:767px) { .gallery-fullscreen-slideshow{ height: 20vh!important } } Any other suggestions? Thank you Can you share your website URL? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
SPR_85 Posted October 11 Author Share Posted October 11 @Web_Solutions yes - URL: https://pineapple-apple-52zp.squarespace.com/config/pages Password: Test1234 Link to comment
Web_Solutions Posted October 11 Share Posted October 11 3 minutes ago, SPR_85 said: @Web_Solutions yes - URL: https://pineapple-apple-52zp.squarespace.com/config/pages Password: Test1234 I just see it. Where is the gallery? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
SPR_85 Posted October 11 Author Share Posted October 11 @Web_Solutions it is on the homepage ("home"), in the "not linked" section. It is the image slideshow right at the top. If you go to the mobile view, it's appearing as per the attached screenshot with a big gap under the images. Thank you Link to comment
Web_Solutions Posted October 12 Share Posted October 12 5 hours ago, SPR_85 said: @Web_Solutions it is on the homepage ("home"), in the "not linked" section. It is the image slideshow right at the top. If you go to the mobile view, it's appearing as per the attached screenshot with a big gap under the images. Thank you Can you send me the Home page URL SLUG? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
SPR_85 Posted October 12 Author Share Posted October 12 @Web_Solutions yes it's "hometemp" Link to comment
Web_Solutions Posted October 12 Share Posted October 12 10 minutes ago, SPR_85 said: @Web_Solutions yes it's "hometemp" You have disabled the page. That's why I can't see the page. You should enable the page. If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
SPR_85 Posted October 12 Author Share Posted October 12 @Web_Solutions Ah I see - I have now enabled the page, please let me know if you can access it at the below: https://pineapple-apple-52zp.squarespace.com/config/pages The slug is still /hometemp but that isn't displaying in the URL above. Thank you Link to comment
Solution Web_Solutions Posted October 13 Solution Share Posted October 13 5 hours ago, SPR_85 said: @Web_Solutions Ah I see - I have now enabled the page, please let me know if you can access it at the below: https://pineapple-apple-52zp.squarespace.com/config/pages The slug is still /hometemp but that isn't displaying in the URL above. Thank you Please remove this code @media only screen and (max-width:767px){ section[data-section-id="64ed72af0764420ce18dc910"] img{ height:auto !important } } Then add these code below. @media only screen and (max-width: 767px) { section[data-section-id="64ed72af0764420ce18dc910"] .gallery-fullscreen-slideshow { height: 56vw !important } } tuanphan 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
SPR_85 Posted October 16 Author Share Posted October 16 @Web_Solutions 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