question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

second flickering image below some zoomed simple images

See original GitHub issue

Below some of the zoomed images on my website, I see a flickering duplicate of the photo when zooming in or out (with mousewheel). I have tried with firefox, chromium, opera and midori (all on linux), and disabled the compression of the js code, which did not help. (minified with JSMin in a bash script)

version:

yarn list v0.28.4
└─ openseadragon@2.3.0

Maybe somebody has an idea what could cause such behaviour… Here is the javascript, used to start OpenSeadragon: Thanks for any help.

                viewer = OpenSeadragon({
                    id: 'osd',
                    prefixUrl: '/img/layout/openseadragon/',
                    tileSources: {
                        type: 'image',
                        url:  '/img/graf/f/flvr{{ $photo->id }}.jpg'
                    },
                    toolbar:'toolbardiv',
                    showZoomControl:false
                });

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
iangilmancommented, Aug 8, 2017

Wonderful, thank you for testing it, and I’m glad it fixes the issue. 😃

0reactions
haheutecommented, Aug 7, 2017

I can’t find the openseadragon.min.js. It does not seem to be in yarn, yet. How can I install it without yarn? Thank you very much

edit: I have installed grunt and it built openseadragon. It looks good here. I can’t see the second image below. It is also uploaded to the website.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Zoom flickers - Microsoft Community
I've been using zoom for a while now, and one day, the whole screen starting flickering. I have two graphic cards, Nvidia GTX...
Read more >
How to Fix Screen Flickering or Tearing while Playing Games ...
Here are some solutions to help you solve this problem, ... Issues addressed in this tutorial: screen flickering games windows 10 screen ...
Read more >
How to FIX SCREEN FLICKERING or Flashing on Windows ...
Check out some of my other videos below ! 10 EASY Ways to Speed up Your PC: https://www.youtube.com/watch?v=U-fDQ... 10 EASY Ways to Free...
Read more >
Windows 10 Screen Flashing Or Flickering [SOLVED]
Fix 1: Change the monitor refresh rate. A refresh rate is the number of times in a second that images are refreshed. Generally...
Read more >
Ghost Images / Screen Flickering / Dead Sub-Pixels
Hello, I have an HP ENVY x360 that is less than 1 year old and I have been having lots of display issues....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found