We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All pages seems to have some webp related inline javascript :
<script> $(document).ready(function() { webpHero.detectWebpSupport().then(function (support_webp){ if (!support_webp) { console.log("no WebP support, polyfilling."); let webpMachine = new webpHero.WebpMachine(); webpMachine.polyfillDocument(); } }); }); </script>
or
<script> $(document).ready(function() { webpHero.detectWebpSupport().then(function (support_webp){ if (!support_webp) { console.log("no WebP support, polyfilling."); // un-hide ogvjs-poster so the polyfill can transform it $(".ogvjs-poster").css("visibility", ""); // hide video-js poster (which uses background-image) $(".vjs-poster").css("display", "none"); let webpMachine = new webpHero.WebpMachine(); webpMachine.polyfillDocument(); } }); }); </script>
The text was updated successfully, but these errors were encountered:
de7b7f1
Could you give us a link to a ZIM file we could test with?
Sorry, something went wrong.
Here's a single playlist ZIM I created. test_t1_2022-08.zim Full TED ZIMs needs another issue to be fixed to pass (data format has changed upstream).
Your test file looks OK regarding inline javascript. Thanks!
rgaudin
No branches or pull requests
All pages seems to have some webp related inline javascript :
or
The text was updated successfully, but these errors were encountered: