Viewing 2 replies - 1 through 2 (of 2 total)
  • I found the answer to this. You have to do it manually because it’s not in the settings. In the plugin folder tweet-slide/assets/js/tweet_slide.js
    Find:

    $('.bxslider').bxSlider({
            adaptiveHeight: true
            });

    Change To:

    $('.bxslider').bxSlider({
            adaptiveHeight: true,
    		 auto: true
            });

    More Information Here!

    Thread Starter cihat74

    (@cihat74)

    Thank you @Roway13.

    Actually I ended up with building a similar one with Revolution Slider. Took a lot of time but been a lot more flexible.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘It was expected to slide, but..’ is closed to new replies.