Browser: Chrome 110 OS: macOS / Windows / Linux / etc. URL: Link to a page that illustrates this issue Video: Short screen recording that illustrates this issue (free tool: jam.dev)
In the video element, when using external url or in my case, dynamic data (an url-acf-field), choosing preload: none (the default), in the code there will not be any preload attribute at all, but it should be preload=“none”.
I found in the /includes/elements/video.php file, you have only 2 options for preload, metadata and auto, and the “none” is just a placeholder. of course, when it checks, if a setting was made, to insert the preload-attribute, it won’t.
so please set preload=“none” as default if no other option was choosen, or add “none” as an option.