Change Slideshow image size to full screen - Prestige theme

Hi,

Prestige uses a slideshow as main banner for the homepage.

I want to adjust the size of my slideshow image(s) so that it covers the full screen. It now covers about a third of the screen which looks messy.

can you share you theme preview link?

edited

its not right preview link

https://1945q3m3hkhxms6j-6045532275.shopifypreview.com

Hi @donna440 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.scss.css->paste below code at the bottom of the file:

.js .Slideshow {
   height: max-content !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

Hi Victor,
This worked for the homepage in desktop version, but doesn’t seem to work for mobile version. Do you know a solution that works for both?
Thanks

Donna