this repo has no description
0
fork

Configure Feed

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

Try this temporary solution for image zoom dilemma

+4
+4
src/components/media.jsx
··· 74 74 backgroundPosition: focalBackgroundPosition || 'center', 75 75 } 76 76 } 77 + onDblClick={() => { 78 + // Open original image in new tab 79 + window.open(url, '_blank'); 80 + }} 77 81 /> 78 82 </div> 79 83 );