Not working on Safari 13.0.5
See original GitHub issueHi, I imported this script
<script async src="https://cdn.jsdelivr.net/npm/loading-attribute-polyfill@0.2.0/loading-attribute-polyfill.min.js" integrity="sha256-kX73NqVUoUbV0K44kgoqP8P8IZfU0OEjr/afCnK2Mrg=" crossorigin="anonymous"></script>
But, `lazy=loading" is still not working on Safari. Any idea how to fix it?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
If Safari on Mac doesn't open a webpage or isn't working as ...
If Safari on Mac doesn't open a webpage or isn't working as expected · Reload the page · Check Safari extensions · Check...
Read more >Safari Problems After macOS Upgrade, How To Fix
Safari Problems After macOS Upgrade, How To Fix · Step 2 Check User Files · Step 3 Check for Adobe Flash & Delete...
Read more >Safari version history - Wikipedia
The version history of Safari spans from 2003 to the present (2022), from its initial ... Fixes issues that prevented Safari from changing...
Read more >19 Fixes Safari Running Slow on Mac (Ventura Updated)
is your Mac safari running very Slow, Lagging and Not Loading pages? Get important fixes that really help you running on any MacOS....
Read more >Videos not working in Safari after having HTTPS
Interesting, Safari 13.0.5 is actually loading the videos, just not displaying them. Do the same videos work if you add them to a...
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 Free
Top 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
Most of those services should be able to always deliver the latest software version when you leave out the version number within the URL, like e.g.: https://cdn.jsdelivr.net/npm/loading-attribute-polyfill/loading-attribute-polyfill.min.js
You could reach out to their documentation as there might be even further tweaks like e.g. specific major versions etc.
Source: https://www.jsdelivr.com/features
It seems working using
https://cdn.jsdelivr.net/npm/loading-attribute-polyfill@1.5.4/loading-attribute-polyfill.min.js
thanks 😃That’s the only release that I was able to find. For future references where can I find the newest releases loaded from a CDN?