Dear Invision Team. To enhance the user experience when embedding media content, I would like to suggest adding the autoplay parameter to the iframe tags. This allows embedded videos or other media content to begin playing automatically when the page loads, which can be useful in various scenarios such as showcasing promotional videos or presentations. Below is a proposed update to the current template code to include the autoplay=1 query string in the src URL when appropriate: <ips:template parameters="$url, $width=NULL, $height=NULL, $embedId=NULL" /> <div class='ipsEmbeddedOther' contenteditable="false"> <iframe src="{$url|raw}&autoplay=1" data-controller="core.front.core.autosizeiframe" {{if $embedId}}data-embedId='{$embedId}'{{endif}} allowfullscreen allowtransparency="true" ></iframe> </div>