Skip to content

Autoplay and loop do not work #3

@koehlerannkathrin

Description

@koehlerannkathrin

The autoplay and loop do not work correctly with version 6.0.0. I have not overwritten any Fusion file, just adjusted the settings and set autoplay and loop to true. The attributes are also passed correctly in the HTML tag, but the control button is still displayed. It seems that the inline style "display: none" for the video element is not removed as soon as autoplay is used.

Here an example with the correct autoplay and loop attributes, but with automatically setted inline-style "display: none"
<video x-prettyembedmedia:media="" x-show="loaded" preload="none" playsinline="" autoplay="" muted="" poster="http://localhost:8081/_Resources/Persistent/d/f/b/5/server-2160321-1920x672.webp" style="display: none;"><source type="video/mp4" src="http://localhost:8081/_Resources/Persistent/d/1/b/9/imagefilm.mp4"></video>

I use Neos Version 8.3.0 in my project and updated the jonnitto/prettyemebdcollection Package to 6.0.0
Also i've carried out the migrations.


This issue only appears in the Chrome Browser (Version 123.0.6312.86). E. g. in Firefox the autoplay and loop work as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions