Skip to content

Commit

Permalink
lazyload.js: import vanilla lazyload ESM build
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 30, 2024
1 parent 2db0e23 commit 3e73535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/lazyload.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import LazyLoad from 'vanilla-lazyload'
import LazyLoad from 'vanilla-lazyload/dist/esm/lazyload'

const lazyLoadOptions = {
elements_selector: '.lazy',
Expand Down

0 comments on commit 3e73535

Please sign in to comment.