Viewing 2 replies - 1 through 2 (of 2 total)
  • LucaSchmidMediadesign

    (@lucaschmidmediadesign)

    Got the same problem, please help fast, i have to deliver my Project at the end of this month.

    Greetings from Switzerland,

    Luca Schmid

    lanisanethong

    (@lanisanethong)

    I had this same problem. This solution worked for me:

    Go to the plugins folder wp-content/plugins/image-horizontal-reel-scroll-slideshow. Find document image-horizontal-reel-scroll-slideshow.js. Open that document using a text editor. Scroll down to around line 77.

    In the table code, add “width=”100%“.

    <table width=”100%” border=”0″….

    Below that, ‘+IHRSS_WIDTH+’ appears 3 times. Replace that text with “100%”.

    width:100%;height:’+IHRSS_HEIGHT+’

    After this, it should automatically adjust to fit the width of the screen. Please be aware that since you are editing the plugin files, these changes will be overwritten if you update the plugin. Also, width settings that you use in the shortcode will not work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Width not responsive’ is closed to new replies.