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

Not working in A tag - not good for google

Open approached opened this issue 6 years ago • 0 comments

Hi @ all

i will use this plugin like this, but it's not working:

<a href="big.jpg" v-img="{'src':'big.jpg'}">
 <img src="thumnail.jpg">
</a>

If i put the thumbnail picture inside a wrapper (A tag). Then google can find it and put it in the google picture index.

approached avatar Jan 30 '19 20:01 approached