Gallery height fix (#3830)

* gallery height fix

* fix

* changelog

---------

Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
This commit is contained in:
Dawood Khan 2023-04-19 12:31:44 -07:00 committed by GitHub
parent 7a04ebe7fd
commit a95f615ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ No changes to highlight.
- Fixed issue with old_value check in File. by [@tomchang25](https://github.com/tomchang25) in [PR 3859](https://github.com/gradio-app/gradio/pull/3859).
- Fixed bug where all bokeh plots appeared in the same div by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 3896](https://github.com/gradio-app/gradio/pull/3896)
- Fix issue in `gr.Gallery()` where setting height causes aspect ratio of images to collapse by [@dawoodkhan82](https://github.com/dawoodkhan82) in [PR 3830](https://github.com/gradio-app/gradio/pull/3830)
## Documentation Changes:

View File

@ -288,7 +288,7 @@
aspect-ratio: var(--ratio-square);
width: var(--size-full);
height: var(--size-full);
overflow: hidden;
overflow: clip;
}
.thumbnail-item:hover {