Images and Figures

How To

  1. Step 1: Include LambdaEx Framework in Logi Info Application. Include LambdaEx Framework in Logi Info Application.

Info

Documentation and examples for opting images into responsive behavior (so they never become larger than their parent elements) and add lightweight styles to them—all via classes.

HTML
<img class="img-thumbnail" src="{...}.png" />
Logi XML
<Image Caption="{...}.png" Class="img-thumbnail" />
Responsive image

Images in Bootstrap are made responsive with .img-fluid. max-width: 100%; and height: auto; are applied to the image so that it scales with the parent element.

 Image Fluid
Images Thumbnail
 Images Thumbnail
Images Rounded
 Images Rounded
Image Circle
 Image Circle
Float left
Center
Float right
Figures

Documentation and examples for displaying related images and text with the figure component in Bootstrap.

Use the included .figure , .figure-img and .figure-caption classes to provide some baseline styles for the HTML5 figure and figcaption elements. Images in figures have no explicit size, so be sure to add the .img-fluid class to your img to make it responsive.

A caption for the above image.

A caption for the above image.