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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [];