#3142 closed defect (bug) (fixed)
Figcaption is hidden when the screenshot image height is bigger than 600px
Reported by: | Mirucon | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
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)
#1
@
7 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 5938:
#2
@
7 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.
Caption located on wrong place