Change Height of Slider

Home Forums Porto – Responsive HTML5 Template Change Height of Slider

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10030679
    jamboljack
    Participant

    I want to change height of revolution slider, how?
    Slider


    #10030685
    Support2
    Keymaster

    Hello,

    You need this code to change the height:

    <div class="slider-container rev_slider_wrapper" style="height: 650px;">
    	<div id="revolutionSlider" class="slider rev_slider" data-version="5.4.8" data-plugin-revolution-slider data-plugin-options="{'sliderLayout': 'standard', 'delay': 9000, 'gridwidth': 1170, 'gridheight': 650, 'disableProgressBar': 'on', 'responsiveLevels': [4096,1200,992,500], 'navigation' : {'arrows': { 'enable': true, 'style': 'arrows-style-1 arrows-big' }, 'bullets': {'enable': false, 'style': 'bullets-style-2', 'h_align': 'center', 'v_align': 'bottom', 'space': 7, 'v_offset': 70, 'h_offset': 0}}}">

    * Note style="height: 650px;", 'sliderLayout': 'standard' and 'gridheight': 650.

    Kind Regards,

    Rodrigo.


    #10030694
    jamboljack
    Participant

    Thanks,, it’s work


Viewing 3 posts - 1 through 3 (of 3 total)

This topic is marked as "RESOLVED" and can not rceive new replies.