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
The only issue I see with this is when server side rendering we wouldn't be able to set the correct placeholder image since we don't know the browser width on the server. However maybe the express exposes this information in the Request object.
When image ratios change at each breakpoint having only only fixed ratio placeholder can be jarring for the user on load.
Would it be plausible to load a placeholder for each breakpoint? Perhaps each image has
x1
,x2
andplaceholder
?The text was updated successfully, but these errors were encountered: