chapmanu / signage

Digital Signage Riding on Rails
MIT License
13 stars 6 forks source link

Video previews aren't muted #180

Closed khafa100 closed 7 years ago

khafa100 commented 7 years ago

I am addressing this issue in this story: https://trello.com/c/uC93HAje

Things I have tried so far:

khafa100 commented 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.