project-panel: Fix playback GIF images (#21274)
This commit is contained in:
parent
cacec06db6
commit
6cba467a4e
1 changed files with 2 additions and 1 deletions
|
@ -301,7 +301,8 @@ impl Render for ImageView {
|
|||
img(image)
|
||||
.object_fit(ObjectFit::ScaleDown)
|
||||
.max_w_full()
|
||||
.max_h_full(),
|
||||
.max_h_full()
|
||||
.id("img"),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue