-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
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
Videos on Iphone/Ipad #196
Comments
For the galleria theme the mime type is hard-coded, this is easy to fix: |
What I mean is, it seems the Safari browser expects a syntax like:
But in https://github.com/saimn/sigal/blob/master/sigal/themes/galleria/templates/index.html#L147 - 149 is also the filename referenced and this might confuse the browser ? At least only changing the mime type don't fix the issue. But after trying around, one time the video was played, when I was heavily scrolling between the pictures/videos. I'm not an expert, but I guess it might be related with the additional file references ? |
I fixed the mime-type, but I don't understand the filename issue: |
The <video.....> sequence is within the data-layer tag. I think Safari has difficulties to interpret this. |
Sorry but I don't understand ? |
Just released version 1.1.0, please check and reopen if the issue is still there. |
Works, thanks a lot! |
Hi,
in the config it is possible to encode videos as mp4 instead of webm. This would allow to see this videos also on Safari-devices. However, there some issues: (using the galleria theme)
I tried to play around with the index.html a bit, but I think the theme makes it more complicated...
The text was updated successfully, but these errors were encountered: