-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Media + Thumbnail #2362
Comments
hi there. looks like this is a css issue, which isn't our domain, since we defer to the upstream bootstrap. Seems this combination isn't supported, you can use the |
@jquense , actually this combination works fine <div class="media">
<div class="media-left">
<img src="..." width="100" height="100" class="media-object img-thumbnail">
</div>
<div class="media-body">
<!-- -->
</div>
</div> |
that markup is different, specifically the react example doesn't have the media-object class |
yes, its not in example its in issue tracker |
Media + Thumbnail
Media + Image[thumbnail]
These combinations gives image with zero width
https://codepen.io/trejgun/pen/RojMoZ
The text was updated successfully, but these errors were encountered: