-
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
.webm videos not opening correctly #201
Comments
I don't know what to propose to help you here ... maybe try with mp4 instead ? It has a wider support than webm, so it may be a better alternative anyway. |
.webm videos play fine, the problem is that when you click on a video to play it - the browser jumps back to the album view. To me, this looks like a problem in the theme. For normal pictures, clicking on the picture to go back to the gallery view (four colums thumbnail) is fine, but for videos, one would expect the video to start playing, and not just close the single view window. |
Ok, so there are a few things you could try:
|
Updated to sigal 1.1, did not have an impact on this issue. I'm pretty sure its a html problem. |
Oh, found the issue ! The touchswipe plugin added in #116 was always closing the colorbox window, which of course is wrong for videos. I should have noticed this before, sorry. |
Nice! I'm not building from sources so I'll wait for 1.2.0 to come out to test it myself. Thanks, |
1.2.0 is already available ;-), I published it yesterday. |
The touchswipe action on tap was closing the colorbox window when it should not (when viewing a video file).
I'm not sure is this a browser issue or a Sigal issue, but reporting here to perhaps gain understanding.
sigal version: 1.0.1
theme: colorbox
Playing of video files does not work as one would expect.
The issue is as follows; Starting from the main view of the album. When clicking on a video-file thumbnail, it first opens the view that shows one file at a time. I see the play button etc, but at soon as the play button is pressed, it returns to the main overview of the album instead of playing the video file. I.e it works as if the video was a normal picture and returns to the main view.
I get the video playing by selecting "view video" from Firefox popup menu, but that is not the behaviour I want or would expect.
Tested with Firefox 45.0.2 on a Mac, Safari also behaves the same. Is this some issue with my config just a known feature?
The text was updated successfully, but these errors were encountered: