vod frog, frog with the vods
5
fork

Configure Feed

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

use separate lilystart/lilyend assets for scrub bar

+2 -2
+2 -2
src/lib/VideoPlayer.svelte
··· 284 284 </div> 285 285 286 286 <!-- Lilypad at the end --> 287 - <img src="/lilypad.png" alt="" class="lilypad lilypad-end" /> 287 + <img src="/lilyend.png" alt="" class="lilypad lilypad-end" /> 288 288 </div> 289 289 </div> 290 290 ··· 396 396 397 397 .lilypad-end { 398 398 right: -18px; 399 - transform: scaleX(-1); 400 399 } 401 400 402 401 /* Frogeye fullscreen button */ ··· 442 441 font-size: 0.8rem; 443 442 } 444 443 </style> 444 + >
static/lilypad.png static/lilyend.png
static/lilystart.png

This is a binary file and will not be displayed.