MatteoGabriele/vue-progressive-image

Adding 'alt' text to the image

AleksueiR opened this issue · 1 comments

Is it possible to add the alt attribute to the generated image? It seems not possible right now.

Hi @AleksueiR
it is already possible

<progressive-img alt="test" src="https://unsplash.it/1920/1080?image=10" />

if you still have the problem, re-open the issue with a small application done with vue-cli so that I can have a look

thanks