mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add bd classes
This commit is contained in:
@@ -49,7 +49,7 @@ variables:
|
||||
<p>Because images can take a few seconds to load (or not at all), use the <code>.image</code> container to specify a <strong>precisely sized</strong> container so that your layout isn't broken because of image loading or image errors.</p>
|
||||
</div>
|
||||
|
||||
<div class="example">
|
||||
<div class="bd-example">
|
||||
<figure class="image is-128x128">
|
||||
<img src="{{site.url}}/images/placeholders/128x128.png">
|
||||
</figure>
|
||||
@@ -82,7 +82,7 @@ variables:
|
||||
<p>Because the image is fixed in size, you can use an image that is <strong>twice as big</strong>. So for example, in a <code>128x128</code> container, you can use a <code>256x256</code> image, but resized to <strong>128x128</strong> pixels.</p>
|
||||
</div>
|
||||
|
||||
<div class="example">
|
||||
<div class="bd-example">
|
||||
<figure class="image is-128x128">
|
||||
<img src="{{site.url}}/images/placeholders/256x256.png">
|
||||
</figure>
|
||||
|
||||
Reference in New Issue
Block a user