V
V
Vladimir Golub2021-09-30 13:49:26
Vue.js
Vladimir Golub, 2021-09-30 13:49:26

Is it possible to lazy load from an external url?

Which plugin allows you to lazy load dynamic images?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2021-10-01
@Aleksandr-JS-Developer

You can solve it like this in 1 line of code: But if you really want an extra dependency in the project: https://www.npmjs.com/package/v-lazy-image
<img loading="lazy" src="..." alt="...">

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question