Skip to content
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

In Galleria's fullscreen mode, video's aren't fullscreen like photos are #470

Open
miiichael opened this issue Jun 25, 2022 · 3 comments
Open
Labels

Comments

@miiichael
Copy link

Example video screenshot:
image

Example photo screenshot:
image

It would be nice if, in fullscreen mode, videos filled most of the screen like photos do. The video shown here, and my display, are both 1080p. My videos are already .mp4 as I've already transcoded them (at significant computational expense, I might add! 😅).

Relevant bits of my config:

title = "Michael's new photo gallery"
source = 'source'
destination = 'build'
theme = 'galleria'
img_size = (1920, 1080)
thumb_size = (280, 210)
orig_link = True
rel_link = True
albums_sort_attr = 'name'
medias_sort_attr = 'date'
ignore_directories = ['*/.llgal','*/.thumbnails']
ignore_files = []
video_format = 'mp4'
video_size = None
video_always_convert = False
@saimn saimn added the galleria label Sep 29, 2023
@ikarus23
Copy link

ikarus23 commented Oct 8, 2024

Can confirm. Makes them hard to watch on a mobile device with small screen.

@ikarus23
Copy link

ikarus23 commented Oct 8, 2024

Also, videos do not pause/stop when exiting the view (you can still hear the audio playing). They also do not stop when the next/previous picture is shown (e.g. by pressing the forward arrow). They stop after second to next picture is shown.

@saimn
Copy link
Owner

saimn commented Oct 15, 2024

Galleria is no more maintained (last commit 4 years ago) so unless someone can find a hack in the theme css/js this will probably never get fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants