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
Lazy frames are greats, but loaded only when the frame become visible. I could involve "bumps" when the content fill the frame (we can't always predict the content height before).
Hello,
Lazy frames are greats, but loaded only when the frame become visible. I could involve "bumps" when the content fill the frame (we can't always predict the content height before).
In the idea of https://www.stimulus-components.com/docs/stimulus-content-loader, is it possible to think about a way to configure a root margin for the observer ? So we could for example load a frame 50px before starting to be visible !
Ex :
<turbo-frame id="turboid" src="..." loading="lazy" root-margin="50px">...</turbo-frame>
The text was updated successfully, but these errors were encountered: