Open
Bug 1835341
Opened 2 years ago
Updated 1 year ago
content-based 'flex-basis' produces a width of 0, in case where descendant with aspect ratio and resolvable percent height should prop it up
Categories
(Web Compatibility :: Knowledge Base, defect)
Web Compatibility
Knowledge Base
Tracking
(Not tracked)
NEW
People
(Reporter: ksenia, Unassigned)
References
Details
User Story
url:www.rainews.it/* url:www.reddit.com/*
Symptoms:
- An image in a gallery or a slider has zero width and therefore invisible
- The site is using
height: 0px;and large percent-valued padding-bottom or padding-top on the parent element of the slider image
Solutions:
Possible workarounds:
- Adding pixel-valued padding instead of percent-valued or setting
height: autofor the affected element.
| Reporter | ||
Updated•2 years ago
|
User Story: (updated)
See Also: → https://github.com/webcompat/web-bugs/issues/97271,
https://github.com/mozilla-extensions/webcompat-addon/blob/81746891f9016a11610760c90e2e1c672deaf519/src/injections/css/bug1748455-reddit.com-gallery-image-width-fix.css,
https://github.com/webcompat/web-bugs/issues/105402,
https://github.com/mozilla-extensions/webcompat-addon/blob/81746891f9016a11610760c90e2e1c672deaf519/src/injections/css/bug1774490-rainews.it-gallery-fix.css,
https://bug1748339.bmoattachments.org/attachment.cgi?id=9281298
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•