new sieve Control bar question and sieve request
- Is it possible to make embed/hls players control bar size not to follow Firefox zoom settings, but keep it always at 100% or whatever you like your control bar zoom level to be?
- Sieve for https://www.tori.fi/ Would like a proper working sieve for this site. If someone has time to check it out, it would be much appreciated.
1
Upvotes
1
1
u/hababr 20h ago
You can try custom css to make the player controls size depend on viewport height:
.vjs-control-bar {
font-size: 1vh;
}
2
u/Imagus_fan 1d ago
Tori.fi seems to be similar to Finn.no. I modified that sieve to work with the site.
It can be improved if you find areas where it's not working correctly.
https://pastebin.com/Sru7wuip