Some specific gifs render strangely in views with smaller dimensions than the original gif.
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
**Glide Version**:
4.14.2
**Integration libraries**:
com.github.bumptech.glide:okhttp3-integration:4.11.0
**Android Version**:
Android 9, API 28
**Issue details / Repro steps / Use case background**:
Screenshot:

The first view(with weird vertical lines) in the screenshot is displayed with dimensions 767px\*399px and the second view is displayed with dimensions 766px\*799px.
**Glide load line**:
```java
Glide.with(layout.getContext()).load(getResource()).fitCenter().into(view);
```
**Attachment(original gif)**:
[battery.zip](https://github.com/bumptech/glide/files/10009628/battery.zip)
Contributor guide
Assessment
This issue has not been assessed yet.