Am Adding a video using the Quill Editor. When I render it, the video automatically plays. Is it possible to turn off the auto play feature?
This is how quill stores the data and this is the piece of code that runs in full screen in the mobile web view
<iframe class="ql-video" frameborder="0" allowfullscreen="true" src=""></iframe><p><br></p>
– Malini Dec 25 '20 at 03:47