How can I adjust the slide height in Dawn Slideshow?

Hi, I want to modify my Dawn Slideshow’s slide height (for the large setting only)

Adjust to First Image makes my slideshow too big

Large makes my slideshow too small

I would like to increase the height setting for the Large option

I’ve looked at ALL of the posted solutions and they’re all outdated.

Thank you!

https://6f7a0b.myshopify.com/

gawbeu

Hi @MMO1

Please use css

.slideshow.banner.banner--medium {
    min-height: 100vh;
}

Thank you!