GANTRY "Use it as ful page background" Not Working
8 years 7 months ago - 8 years 7 months ago #33707
by Kuantan
Replied by Kuantan on topic GANTRY "Use it as ful page background" Not Working
Thanks,
Can you give me a tip on which class I need to adjust in the CSS to get the full height?
I been looking for 1 hour and downloaded the documentation, but still have no clue.
In the configuration I put width and height on auto
I want the slideshow to occupy the full page below the menubar. Test example has full width but not the remaining viewport height:
pahangmuseums.com/index.php?option=com_g...m&Itemid=248&lang=en
Can you give me a tip on which class I need to adjust in the CSS to get the full height?
I been looking for 1 hour and downloaded the documentation, but still have no clue.
In the configuration I put width and height on auto
I want the slideshow to occupy the full page below the menubar. Test example has full width but not the remaining viewport height:
pahangmuseums.com/index.php?option=com_g...m&Itemid=248&lang=en
Last edit: 8 years 7 months ago by Kuantan.
Please Log in or Create an account to join the conversation.
8 years 7 months ago #33711
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic GANTRY "Use it as ful page background" Not Working
try this
Code:
#camera_wrap_132 {
bottom: 0;
display: block;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
}
Joomlack Webmaster and Developer
The following user(s) said Thank You: Kuantan
Please Log in or Create an account to join the conversation.
Time to create page: 0.192 seconds