How do I resize images for the slideshow? I don’t want the images to be the full screen size.
theme is Envy, is there one where you can size the slideshow smaller?
thanks in advance
How do I resize images for the slideshow? I don’t want the images to be the full screen size.
theme is Envy, is there one where you can size the slideshow smaller?
thanks in advance
Hi @jodilarson ,
Please place this code at the end of the “theme-index.min.scss”.
.video-with-text-overlay__wrapper {
position: relative;
max-width: 1140px;
margin: 0 auto;
}
Screenshot to refer: https://prnt.sc/11q40tp
Hope this helps.