Tagged: x
-
AuthorPosts
-
December 10, 2016 at 6:24 pm #1288631
CogniSensParticipantHello,
I would like our homepage’s top image to be full screen on any device.
Please see our current homepage: NuTrain.ioI found a way to make the screen and it is with using
@media screen and (min-width: 481px) { #home-top-slider { padding: 31vh 1em!important; } }Is there a simpler or more accurate way to achieve this with CSS only?
Addingheight:100%to the section’s ID doesn’t work.I would like to achieve this without using Revolution Slider if possible.
Thank you!
December 11, 2016 at 2:50 am #1288826
ChristopherModeratorHi there,
Please add full screen revslider below masthead. Add
.mastheadin slider’s containers field.Hope it helps.
December 13, 2016 at 3:55 pm #1291890
CogniSensParticipantAs I stated above, I would like to achieve this without using the revslider plugin.
In some themes this option comes standard.Thank you
December 13, 2016 at 11:20 pm #1292278
RupokMemberHi there,
Please take off the code and use this instead :
#home-top-slider { height: calc(100vh - 70px); padding: 30vh 1em 0 !important; }Hope this will do the job.
December 14, 2016 at 1:13 pm #1293153
CogniSensParticipantHey @Rupok,
Thanks a lot. This works like a charm.
Do you know if this will be compatible with most browsers?Cheers
December 14, 2016 at 3:11 pm #1293309
JoaoModeratorHi THere,
Yes it should be.
Let us know if you need further help,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1288631 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
