• Resolved markoposavec

    (@markoposavec)


    There is a blue flickering overlay when switching before-after images. It appears only when the cursor is not over the central “diamond” element. When the cursor is there in the center, there is no overlay. It looks as if the browser thinks we’re trying to select something. Only on desktop as far as I can tell, couldn’t replicate on mobile. Happens in Chromium browsers, not in Firefox.

    Also, if you have clumsy fingers you can trigger vertical scrolling on mobile while switching the images. Then the image switching lags and gets jerky. Would it be possible to block vertical scroll while we’re switching the images?

    Thank you

    • This topic was modified 8 months, 2 weeks ago by markoposavec.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Charles Cormier

    (@charlescormier)

    Hi @markoposavec,

    The stop scrolling feature is not currently available, but we may add it in a future version.

    Thank you!

    Thread Starter markoposavec

    (@markoposavec)

    Just ran into this problem again and found a simple CSS solution:

    .wp-block-icb-image-compare .comparison-slider {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blue overlay when switching images’ is closed to new replies.