damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
84 stars 4 forks source link

Fix gifs from being stretched out of their aspect ratio #278

Closed damontecres closed 4 months ago

damontecres commented 4 months ago

For some reason Glide's GifDrawable and ZoomImageView don't work well together and gifs will be stretch to fill the view.

This PR alters the ZoomImageView's layout parameters so that they match the aspect ratio of the image being loaded.

Ref: https://github.com/damontecres/StashAppAndroidTV/issues/214#issuecomment-2048487322