vue-lazyload icon indicating copy to clipboard operation
vue-lazyload copied to clipboard

Adding Iframe support for the "v-lazy" directive

Open VicGUTT opened this issue 6 years ago • 5 comments

Quick 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.

iframe-support

Cheers ✌

VicGUTT avatar Sep 26 '18 20:09 VicGUTT

Similar issue : #116

VicGUTT avatar Sep 26 '18 20:09 VicGUTT

Hey @VicGUTT .. did you implement this in a fork somewhere?

edstronaut avatar Nov 07 '19 10:11 edstronaut

It would be very appreciable to have iframe support indeed. Thanks :)

LeoSeyers avatar Nov 28 '19 16:11 LeoSeyers

I support using the following solution:

<lazy-component>
 <iframe />
</lazy-component>

hilongjw avatar Apr 01 '20 11:04 hilongjw

Any news on this issue? @hilongjw @VicGUTT

JonathanDn avatar Nov 21 '20 12:11 JonathanDn