x

Open in Github
@twicpics-components
Documentation

eager property

The eager property allows to disable lazy loading for a given media: associated specific media will start loading regardless of whether it is visible in the view port.

Useful to ensure that media is loaded before entering the viewport but not recommended as a general practice.

See also the TwicView Component  which allows to load all the TwicImg and TwicVideo elements it contains in one block, but once TwicView arrives near the Viewport.