v-img icon indicating copy to clipboard operation
v-img copied to clipboard

Results 29 v-img issues
Sort by recently updated
recently updated
newest added

v-img works fine with img tag. But I have requirement to integrate it with font awesome icon so i use v-img="{src:fileslocation,group:`groupname`}" but it doesn't show image than i remove group...

![image](https://user-images.githubusercontent.com/43286838/61364377-4a915c80-a8b8-11e9-8b8a-100adfffc41c.png) ![image](https://user-images.githubusercontent.com/43286838/61364430-65fc6780-a8b8-11e9-8961-e3a50915a482.png) ![image](https://user-images.githubusercontent.com/43286838/61364501-8d533480-a8b8-11e9-86b5-079b88ae031b.png) Has anyone encountered this situation?

I'm trying to group the images under different group names using ``` v-img:group="'upload-gallery'" v-img:group="'profile-gallery'" ``` but the second group of images (profile-gallery) is including also the images in upload-gallery. Specifications:...

Any plans on supporting the `picture` element? It allows for providing multiple resolutions and formats, for instance .webp and .png fallback.

Hi, Navigation with tab key, when I press enter key the popup it does not open. The same inside of the popup, there is no possibility to interact with tab,...

Hi, I would like to have the possibility to define all configurations inside of VueJS file instead of writing it inline. It would be great! Thanks in advance.

Hi, I would like to have the possibility to disable scroll to change image thumbnail. Could you please integrate this solution? Thanks in advance.

This option prevents the gallery from closing upon scrolling. When this option is set to false, background scrolling is disabled until the gallery is closed. This feature was primarily implemented...