second flickering image below some zoomed simple images
See original GitHub issueBelow 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:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Wonderful, thank you for testing it, and I’m glad it fixes the issue. 😃
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.