Thumb: Update supported sizes for videos and full screen viewer #1474

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-05-17 15:07:27 +02:00
parent a54a46b082
commit ee33e2e663
14 changed files with 21 additions and 24 deletions

View File

@@ -86,7 +86,7 @@ func (w *Share) Start() (err error) {
if s, ok := thumb.Sizes[thumb.Name(a.ShareSize)]; ok {
size = s
} else {
size = thumb.Sizes[thumb.Fit2048]
size = thumb.SizeFit1920
}
}