[GH-ISSUE #980] [newbie - question] video does not fit in "preview" #633

Closed
opened 2026-03-02 16:00:24 +03:00 by kerem · 1 comment
Owner

Originally created by @lblabr on GitHub (Feb 25, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/980

i'm looking for an universial tool for my raspi. i do same records with obs and store them locally, i would like to browse by directory and files.

i found your software looks great on the demo! if click on the left icon/filename the video opens, but does not really fit to the page, can this be configured somewhere, header is great, but video size needs to be adjusted. is that possible?

Thanks a lot!

Lars

Originally created by @lblabr on GitHub (Feb 25, 2023). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/980 i'm looking for an universial tool for my raspi. i do same records with obs and store them locally, i would like to browse by directory and files. i found your software looks great on the demo! if click on the left icon/filename the video opens, but does not really fit to the page, can this be configured somewhere, header is great, but video size needs to be adjusted. is that possible? Thanks a lot! Lars
kerem closed this issue 2026-03-02 16:00:25 +03:00
Author
Owner

@prasathmani commented on GitHub (Feb 25, 2023):

replace

.preview-video { position:relative;max-width:100%;height:0;padding-bottom:62.5%;margin-bottom:10px  }

to

.preview-video { position:relative;max-width:100%;height:75vh;margin-bottom:10px  }
<!-- gh-comment-id:1445054067 --> @prasathmani commented on GitHub (Feb 25, 2023): replace ```css .preview-video { position:relative;max-width:100%;height:0;padding-bottom:62.5%;margin-bottom:10px } ``` to ```css .preview-video { position:relative;max-width:100%;height:75vh;margin-bottom:10px } ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#633
No description provided.