Closed khafa100 closed 7 years ago
I found the video
tag in the following location:
I added controls muted
to the html (reference found here):
This is working properly and mutes the video while only altering the code in a single location rather than attempting to alter the content_tag
in two different locations.
I am addressing this issue in this story: https://trello.com/c/uC93HAje
Things I have tried so far:
mute: :mute
andmuted: true
to the following line (despite it beingcontent_tag
and notvideo_tag
) to see if it would work but it had no effect.content_tag
tovideo_tag
but that just broke the slide.video
tag under theiframe
tag but have yet to locate an actualvideo
tag in the source code.