Viewing 7 reply threads
You must be logged in to reply to this topic.
Hi! I’m using codeless slider on home page ( https://www.cilekci.com.tr ) it’s working on desktop but when I’m going on mobile it’s full screen mode. when I scroll down the page it’s normal mode (I want to use this mode)
page first opening : https://www.hizliresim.com/MQCxC5
when I scroll down the page : https://www.hizliresim.com/WBKfIM
I want to stabile mode. how Can I do that?
Hi,
If you want to achieve that on desktop and mobile too, you should just switch off Fullscreen option on Codeless Slider.
If you need it only on mobile, please add the following custom code:
@media (max-width:767px){
.codeless_slider_wrapper{
max-height:60vh !important;
}
}
1.where is the off Fullscreen option on codeless slider? I can’t fint that.
2. that’s code! it’s not working.. it’s still same.
Hi,
First, sorry for the delay.
I checked on mobile and it works, it is 60% of screen size on mobile.
If you need it on desktop, edit the slider height here: https://tinyurl.com/tdfe7vh
replace 100% with a custom size
Thanks
Sorry, but you are not clear about what you need to achieve.
On Mobile, it is set to be 60% of screen size, on desktop you can fix it manually, please take a look at the screenshot.
I can’t log in to your site
Thanks
You must be logged in to reply to this topic.