Any news?
L
leecloete
@leecloete
Posts
-
Fullscreen Carsoul -
Fullscreen CarsoulHey Guys, So i've got the add-on carousel plugin installed.
For some reason i can seem to get it to display 100% height without. So i'd like to know if :
A) This is native functionality , If so how would i go abotu setting it up.
I've followed some of the documentation & snippets on the forum regarding 100vh, But this seems to Hide the Captions & Slider Nav. Also doesn't constraint the proportions of the images correctly (even if the images aspect ratios are correct for screen).
.carousel-full { height: 100vh; } .carousel-full .lay-carousel-wrap { height: 100vh !important; } .carousel-full img.h100 { object-fit: cover; height: 100vh !important; width: 100%; }
B) If its not native functionality is there a work around or reason that its not support without actual custom dev. SO i can pass the message on.
http://kimvv.com/ - (Site is still in development)
Thanks in advance & some feedback or direction appreciated