Loading src/Plugin/Field/FieldFormatter/BynderVideoFormatter.php +1 −1 Original line number Diff line number Diff line Loading @@ -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 = []; Loading Loading
src/Plugin/Field/FieldFormatter/BynderVideoFormatter.php +1 −1 Original line number Diff line number Diff line Loading @@ -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 = []; Loading