You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My images are quite large, so I would like to load them progressively. So I found this https://github.com/MatteoGabriele/vue-progressive-image , but the problem is that it requires you change the img tag to progressive-img, thus breaks the v-img, giving an error saying: v-img element missing src parameter.
Is there any way to get this working?
Regards,
The text was updated successfully, but these errors were encountered:
My images are quite large, so I would like to load them progressively. So I found this https://github.com/MatteoGabriele/vue-progressive-image , but the problem is that it requires you change the
img
tag toprogressive-img
, thus breaks thev-img
, giving an error saying:v-img element missing src parameter.
Is there any way to get this working?
Regards,
The text was updated successfully, but these errors were encountered: