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 · 0 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
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

2 participants