this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Try decoding=sync

+1 -1
+1 -1
src/components/media.jsx
··· 118 118 height={height} 119 119 data-orientation={orientation} 120 120 loading="eager" 121 - decoding="async" 121 + decoding="sync" 122 122 onLoad={(e) => { 123 123 e.target.closest('.media-image').style.backgroundImage = ''; 124 124 e.target.closest('.media-zoom').style.display = '';