• Resolved geomouchet

    (@geomouchet)


    On chrome the popup text wiggles. I saw a post from a year ago that suggested changing the recalculation frequency. Instead I modified the calculation itself by having it round down the margin calculation:

    document.getElementById(‘itro_popup’).style.top = Math.floor((browserHeight – popupHeight)/2) + “px”; /* update the top margin of popup */

    https://www.ads-software.com/plugins/itro-popup/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem with the pop-up video wiggling during playback.
    What did you actually do? Did you change the code of the Itro-popup plugin in the editor?

    This doesn’t seem like it should be marked as “resolved” since the bug still exists on Chrome. Users shouldn’t have to tweak the code ourselves to fix a problem like this.

    How about it, ITRO developers? Please fix this bug in your next update!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wiggle on Chrome’ is closed to new replies.