Adding Iframe support for the "v-lazy" directive
See original GitHub issueQuick code snippet to add iframe support for the “v-lazy” directive, so basically :
<iframe v-lazy="'...'" frameborder="0"></iframe>
.
@hilongjw if you (or any other) are interested in the idea i’ll happily create a pull request or discuss.
Cheers ✌
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
<iframe>: The Inline Frame element - HTML - MDN Web Docs
The HTML element represents a nested browsing context, embedding another HTML page into the current one.
Read more >Lazy loading via attribute for images & iframes - CanIUse
The loading attribute on images & iframes gives authors control over when the browser should start ... 1 Firefox only supports lazy loading...
Read more >How to specify loading="lazy" on iframe around VF page
I want to use the new loading="lazy" attribute on iframes generated by Lightning to wrap Visualforce ...
Read more >Browser-level image lazy loading for the web - web.dev
Browser-level support for lazy loading images is now supported on the web! ... The eager value is simply an instruction to load the...
Read more >NG0910: Unsafe bindings on an iframe element - Angular
To enforce that, Angular requires these attributes to be set on <iframe> s as ... Also, the error is thrown when a similar...
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
Hey @VicGUTT … did you implement this in a fork somewhere?
Any news on this issue? @hilongjw @VicGUTT