zero-knowledge file sharing
13
fork

Configure Feed

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

object contain on image and video

Juliet a7064f26 c2daf4f8

+2 -2
+2 -2
web/src/pages/View.tsx
··· 264 264 <img 265 265 src={imageSrc()} 266 266 alt={fileName()} 267 - class="max-h-[70vh] w-fit max-w-full rounded" 267 + class="max-h-[70vh] w-fit max-w-full rounded object-contain" 268 268 /> 269 269 </div> 270 270 </Show> ··· 273 273 <video 274 274 src={mediaSrc()} 275 275 controls 276 - class="max-h-[70vh] w-fit max-w-full rounded" 276 + class="max-h-[70vh] w-fit max-w-full rounded object-contain" 277 277 /> 278 278 </div> 279 279 </Show>