Okay
  Public Ticket #1444319
Full screen content
Closed

Comments

  • Asier started the conversation

    Hello, 

    I'm trying to implement a full screen content in my home page (like https://demo.kaliumtheme.com/fashion) but with images or video or gif (it's not decided) and i get a blank space at bottom of the page. I can see the scroll bar too. I'd like to have a full screen content without footer or scroll bar.

    It is posible to implement this kind of fullscreen content without using revolution slider? This plugin drops my pagespeed a lot.

    Thank you so much for this awesome theme (and sorry for my poor english).

    {"wp":{"use":false,"adminUrl":"http://kapikuae-cp148.wordpresstemporal.com/onn.es/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi Asier,

    Gif image would be very large in size. You can apply a video with Revolution Slider or apply a video through WPBakery Page Builder by using Video Player element.

    Also if you want to remove the bottom margin from your Slider on homepage you can add this code below to your Custom CSS area:

    body.home .wpb_revslider_element.wpb_content_element {
        margin-bottom: 0px !important;
    }

    Will set this ticket as solved from here.