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
I understand all the benefits from the current approach, but I usually deal with very lightweight static projects that doesn't need this kind of complexity – for example, sometimes I have to add some workarounds because of the "almost inlined" display: inline-block that this component adds to wrapper. And native loading="lazy" is just OK for me.
The text was updated successfully, but these errors were encountered:
Right now,
<Image src="fuji.png" />
returns:Is it possible to get just a simple
<img>
withsrcset
params? i.e.:I understand all the benefits from the current approach, but I usually deal with very lightweight static projects that doesn't need this kind of complexity – for example, sometimes I have to add some workarounds because of the "almost inlined"
display: inline-block
that this component adds to wrapper. And nativeloading="lazy"
is just OK for me.The text was updated successfully, but these errors were encountered: