Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Matt

    (@syntax53)

    Was very excited to see “Fixed: carousel items width calculation” in the latest release notes. Unfortunately it doesn’t seem to have fixed this issue.

    I too am experiencing this issue with Firefox displaying an extra (blank) row for each carousel. It does not happen with Chrome, IE, or Safari.

    SU version 4.9.9
    WP version 4.3.1

    Example:
    https://smeboysswimming.org/2015/12/results-olathe-invitational-121115/

    Using firebug if I change the width calculation (increase) for the carousel by .3px the problem goes away.

    Original – with bug
    <div style=”width: 12272.7px; transform: translate3d(-856.233px, 0px, 0px); transition-duration: 0s; height: 266px;” class=”su-carousel-slides”>

    Displays correctly
    <div style=”width: 12273px; transform: translate3d(-856.233px, 0px, 0px); transition-duration: 0s; height: 266px;” class=”su-carousel-slides”>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Carousel sizing issue with firefox’ is closed to new replies.