How to make the slideshow become full screen? Right now between slideshow and gallery there is an white space. What should I change? Thanks
https://phantomgogo.com/
How to make the slideshow become full screen? Right now between slideshow and gallery there is an white space. What should I change? Thanks
Hi @Kathy518 ,
I understand you want to extend the height of the slideshow to cover the whole device screen. Please follow the instructions below. Since the height was inlined code, I need to use the !important to cover
@media only screen and (min-width: 859px) {
.rimage-outer-wrapper.rimage-background.fade-in.lazyloaded {
height: 100vh !important;
}
}
Thank you! It works.
I still have a question. When I changed my slideshow, it looks like effect my gallery size. I am wonder does this effect my gallery size or just only change the slideshow?