TODO provide the tile examples
Add note about the following image formats:
.PNG = Logo
.JPG = Photos
NOTE: flexed 0.2.1 needed
Extend grid system with the thumbnail component to easily display grids of images, videos, text, and more.
Default example
By default, thumbnails are designed to showcase linked images with minimal required markup.
Custom content
With a bit of extra markup, it’s possible to add any kind of HTML content like headings, paragraphs, or buttons into thumbnails.
in flexed rows
Part of the design of flexed is that it by default equalizes the row items. This is great for many things, like product grids where you have buttons, and markup that are for the image you are mainly presenting.
Out on the loose
While using no wraping element idenifying it as a row item it will not have the equalized heights. Using the .float-left
lets them still be side by side. Where this will fail is while using the items at a set size that when the total number of items is added up, it totals more the the percent aviable and it wraps. This is not an issue while using .flex-row
, it will be using just float as the heights are not the same and will catch up on each other.