Phil Wilkinson

Results 4 comments of Phil Wilkinson

Thanks @KornelKrupa - works for `webdevops/php-nginx:7.4` & `webdevops/nginx:alpine`. This is the entirety of a working dockerfile as an example for `webdevops/php-nginx:7.4`: ```dockerfile FROM webdevops/php-nginx:7.4 RUN wget -O "/usr/local/bin/go-replace" "https://github.com/webdevops/goreplace/releases/download/1.1.2/gr-arm64-linux" \...

@garbb That's a good find with the mute button. A manual double click (~100ms between clicks?) on the mute button seems to return the slider to the correct position after...

So I've tested two scenarios through the devtools console: 1. That the mute/unmute syncs the slider to the actual volume: First, set the slider to `0.5` ```js document.querySelector('video').volume = 1;...

Thanks @simple-hacker, very useful investigative notes! I'll have a play with a slider click + change event. Have a feeling it won't work. One thing I've noticed with the mute/unmute...