-
Replies
I've got an orbit slider that shows white space between slides. I'm stumped as to why this is happening.
* there is no padding/margin being applied
* the images are all exaclty the same size and dimensions
* the white space is not uniform - it sometimes appears wider, and sometimes doesn't appear at all.
Any thoughts?
<ul class="orbit dishes" data-orbit data-options="timer: false; timer_container_class: hide; timer_paused_class: paused; timer_progress_class: hide; slide_number_class: hide; bullets: false;"> <li> <div> <img src="/images/[email protected]"> </div> </li> <li> <div> <img src="/images/[email protected]"> </div> </li> <li> <div> <img src="/images/[email protected]"> </div> </li> </ul>

Alan Smithee
almost 6 years ago
Thanks, I'll try removing the divs, they proably don't belong there.
aamir khan
4 months ago
https://complaintletter.info/format/
https://complaintletter.info/complaint-letter-to-a-bank/
https://complaintletter.info/reply-complaint-letter/
https://complaintletter.info/how-to-start-a-complaint-letter/
https://complaintletter.info/how-to-end-a-complaint-letter/
https://complaintletter.info/manager/
I made a codepen with your code and slowed down the transition. I see a tiny whitespace but its really hard to tell at faster speeds. Removing the <div's in the <li's seems to clean it up.
http://cdpn.io/vmqhu (click edit pen to see code)