Give the feed card thumbnail width/height (16:9) so the browser reserves the aspect box before load (CLS), and decoding=async so image decode never blocks the main thread. loading=lazy was already set.
Give the feed card thumbnail width/height (16:9) so the browser reserves the aspect box before load (CLS), and decoding=async so image decode never blocks the main thread. loading=lazy was already set.