#3142 closed defect (bug) (fixed)
Figcaption is hidden when the screenshot image height is bigger than 600px
| Reported by: | Mirucon | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin Directory | Keywords: | |
| Cc: |
Description
When I have a screenshot image that height is bigger than 600px, the bottom part of image is cut off, and even the caption is hidden.
Attachments (1)
Change History (3)
#2
@
8 years ago
wouldn't it be simpler to simply remove the css styling:
.plugin-screenshots .image-gallery-slides {
max-height: 600px;
}
and let the screenshot image height vary? I think its easier to let users add any ratios (width/height) of screenshots rather than constrain them to landscape ratios.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Caption located on wrong place