• Hi

    Zooming does not work properly in firefox.
    When zooming in the image gets large. That should not happen.
    When zooming out the image gets even larger.
    I compared with safari, chrome and opera.
    These browsers work fine.
    Somethins wrong with the resize function in the script.
    I also compared with the previos version of supersized.
    This version also zooms impeccably.

    Have you observed the same behaviour?
    Do you know how to fix this bug?

    Thanks for your time and interest.
    regards
    theo

    https://www.ads-software.com/plugins/wp-supersized/

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

    (@timholz)

    Hi

    One thing i already found out.
    When i set the display of id=”progress-bar” to none for firefox,
    zooming works.
    I suppose that the calculations for the progress bar in the script have to be examined.

    regards
    theo

    Thread Starter timholz

    (@timholz)

    Hi

    I found the reason for the weird zooming behaviour in firefox.
    It lies in supersized.shutter.min.js.
    The progress bar has the css property left. Left is set to negative
    window width, and then animated to left 0.
    The negative offset confuses firefox. Changing the property to width 0% and animating the progress bar to 100% width, works much better when zooming in and out in firefox.

    regards
    theo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘supersized bug in Firefox’ is closed to new replies.