Closed (cannot reproduce)
Project:
Views Slideshow
Version:
7.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2013 at 11:02 UTC
Updated:
3 Jan 2017 at 20:06 UTC
Jump to comment: Most recent
Comments
Comment #1
rafayama commentedyou can fix it via css, it is kinda "dirty", but it works
#views_slideshow_cycle_teaser_section_slideshow-block (parent div of div.rows) {
width: (img width) !important;
}
#views_slideshow_cycle_main_home_slider-block {
overflow: hidden;
height: (img height);
}
.views-slideshow-cycle-main-frame-row {
position: static !important;
}
Comment #2
brunodboConfirming that the fix in #1 worked for me, thanks!
Moving this to Views Slideshow's queue.
Comment #3
brunodboOops, lost the most important part there...
Comment #4
sophie.skI've had this problem a few times: the solution is to remove img { max-width: 100%; } from your CSS (or overwrite it with "auto") in your theme.
Comment #5
nickdickinsonwildeif anyone is still experiencing this, please re-open with details about module versions and preferably a link.