Page 1 of 1

Possible html5 bug with resizing vertical pictures

PostPosted: Sun Dec 15, 2019 10:22 pm
by POLSKA9000
I was adjusting some profiles in application-profiles.xml to display original size photos and noticed the following behavior:

SET:
html5 profile
<LimitImageResolution>false</LimitImageResolution>

Horizontal pictures would now show up as the original size (5472x3648) but vertical pictures would still be downsized to 2730x4096 in MediaBrowser. I was only able to get vertical pictures to 3648x5472 by setting:

<AllowedImageResolutions large="7000x7000" ... />

This also only seemed to be a problem on the html5 profile from my testing as I also adjusted the Serviigo_hls profile with just <LimitImageResolution>false</LimitImageResolution> and both horizontal and veritcal pictures were displayed at original resolution.

Figured I would let you guys know. Correct me if this is not a bug and I missed something.

Re: Possible html5 bug with resizing vertical pictures

PostPosted: Mon Dec 16, 2019 11:57 am
by zip
thanks, raised a ticket and will look into it

Re: Possible html5 bug with resizing vertical pictures

PostPosted: Tue Jan 14, 2020 10:03 pm
by zip
I had a look and cannot reproduce this. When I add that attribute I get images without the 4096 limit.