We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@sachinchoolur in issue #1380 I reported a problem with the poster image on an iPhone: the poster image disappears on an iPhone.
I did use the code you proposes in codepen https://codepen.io/sachinchoolur/pen/ExXxqPe where you set the poster outside the video tag, like this:
<a class="gallery-item" id="s0" data-video='{"source": [{"src":"slides/IMG_0877.mp4", "type":"video/mp4"}], "attributes": {"controls": true, "playsinline": true}}' data-poster="slides/IMG_0877.jpg" data-lg-size="608-1080" data-sub-html= ''>
This gives problems with the poster image on an iPhone.
But if I change it into
<a class="gallery-item" id="s0" data-video='{"source": [{"src":"slides/IMG_0877.mp4", "type":"video/mp4"}], "attributes": {"controls": true, "poster": "slides/IMG_0877.jpg", "playsinline": true}}' data-lg-size="608-1080" data-sub-html=''>
the problem is solved, see my test album.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@sachinchoolur in issue #1380 I reported a problem with the poster image on an iPhone: the poster image disappears on an iPhone.
I did use the code you proposes in codepen https://codepen.io/sachinchoolur/pen/ExXxqPe where you set the poster outside the video tag, like this:
This gives problems with the poster image on an iPhone.
But if I change it into
the problem is solved, see my test album.
The text was updated successfully, but these errors were encountered: