- Edited
I have a video that should auto-play and loop. It works everywhere except for on iPads and iPhones... The backup image loads in so it's not the end of the world but from what I gather some server settings may help which is why I'm asking about it here. Someone reported this adjustment to compression in Apache config involving gzip and fixed it for them:
SetOutputFilter DEFLATE
SetEnvIfNoCase Request_URI .(mp4|ogv|webm)$ no-gzip dont-vary
Obviously that's Apache so I need to know how to properly add the equivelent into nginx, also I believe WordOps uses Brotli so I'm not sure if that will make some difference in how to make the adjustment.
I can go to Nginx documentaion and find the gzip options there and apply that to a server config, but I want to make sure whatever I do is the intended method or compatible method for WordOps and its configs.
Thanks