Skip to content
Snippets Groups Projects
Commit 3305c0e7 authored by kensae's avatar kensae Committed by Sascha Grossenbacher
Browse files

Issue #3229936 by kensae: Typo in 'muted' attribute for bynder video formatter

parent 395dc454
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ class BynderVideoFormatter extends BynderFormatterBase implements ContainerFacto
$attributes->setAttribute('controls', $this->getSetting('controls'))
->setAttribute('autoplay', $this->getSetting('autoplay'))
->setAttribute('loop', $this->getSetting('loop'))
->setAttribute('mute', $this->getSetting('mute'))
->setAttribute('muted', $this->getSetting('muted'))
->setAttribute('width', $this->getSetting('width'))
->setAttribute('height', $this->getSetting('height'));
$source_attributes = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment