-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
iframe data-src to src not replace #942
Labels
Comments
I have the same problem. The script does not replace the data-src:
Images are okay, but i can't get it to work with iframes ... |
Did you try lazysizes/src/lazysizes-core.js Lines 479 to 488 in 1523a4f
|
The <script>
window.lazySizesConfig = {
iframeLoadMode: 1
};
</script>
<script src="lazysizes.min.js"></script> OR <iframe class="lazyload" data-load-mode="1" data-src="https://player.vimeo.com/video/1084537" width="640" height="360" allowfullscreen allow="fullscreen" ></iframe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for the plugin.
I used this on iframe but it is not replaced video link data-src to src could you help me?
The text was updated successfully, but these errors were encountered: