You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weird issue. Looks like chrome needs the full URL. The following seems to work because it changes the URL from poster="/image.webp" to poster="http://localhost:3000/image.webp"
If I use it like follows it also works <video poster="http://localhost:3000/image.webp" src="/some_video.mp4"></video>
maybe worth adding an issue into chrome bug list https://issues.chromium.org/issues
Describe the bug
The poster attribute of
<video>
tags does not seem to work in Chrome. It is still working fine in Firefox.No errors are written to the console. Chrome does not even fetch the image.
Your Example Website or App
https://github.com/reimeri/solidjs-video-bug
Steps to Reproduce the Bug or Issue
Expected behavior
Poster image shown before the playback of the video is started
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: