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
Browse filesBrowse the repository at this point in the historyBrowse files
Carla Goncalves
committed
fix(post-card): prevent CLS on post images
Replace bare <img> with an absolutely-positioned img inside the
existing `relative aspect-video` wrapper. The aspect-ratio box
reserves space before the image loads, eliminating layout shift
without adding a next/image dependency to the UI package.
0 commit comments