mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Thumb: Update supported sizes for videos and full screen viewer #1474
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user