vod frog, frog with the vods
5
fork

Configure Feed

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

fix fullscreen: video fills screen with object-fit contain

goose.art 88ff5f4a c6a13bba

+12
+12
src/lib/VideoPlayer.svelte
··· 284 284 overflow: hidden; 285 285 } 286 286 287 + .player-wrapper:fullscreen { 288 + display: flex; 289 + align-items: center; 290 + justify-content: center; 291 + } 292 + 293 + .player-wrapper:fullscreen video { 294 + max-height: 100vh; 295 + max-width: 100vw; 296 + object-fit: contain; 297 + } 298 + 287 299 video { 288 300 width: 100%; 289 301 display: block;