vue-visual
vue-visual copied to clipboard
Vue 2 image and video loader supporting lazy loading, background videos, fixed aspect ratios, low rez poster images, transitions, loaders, slotted content and more.
I think the nested transitions could be the cause of this. Reload https://cloak-visual.netlify.app/ a bunch to repro.
@weotch I added this, which was to solve [this issue on Clif ](url)https://app.asana.com/0/1199094171432804/1200386443419587/f Problem: - when the image is loaded, the check for `showImage` does 2 things - 1. it...
The order of the switch statement in `supports-images.coffee` was leading to conflicts while rendering a visual that had potential to have either video or image. Reordered the switch and made...
Adding keyboard control to videos for better accessibility support.
For ie11 and ipad 5th gen 12.1.1 type devices Some info on feature detection here: https://addyosmani.com/blog/lazy-loading/ and here https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement Need to make sure that lazyload is only set on the...
Currently the only way to prevent user dragging of a visual from vue-visual is to use a deep selector. I believe it'd be cleaner to add a prop like `prevent-dragging`...