\r\n Images in BootstrapVue can be made responsive with the\r\n fluid
prop (which sets\r\n max-width: 100%; height: auto;
via CSS classes) so\r\n that it scales with the parent element - up to the maximum native\r\n width of the image.\r\n
\r\n To make a fluid image that will grow to fill the width of its\r\n container, use the fluid-grow
prop. Note this may\r\n cause blurring on small bitmap images.\r\n
fluid
:fluid-grow
:\r\n You can use prop thumbnail
to give an image a rounded\r\n light border appearance.\r\n
\r\n Align images with the boolean props left
(floats\r\n left) right
(floats right), and\r\n center
(auto left+right margins). You can also center\r\n images by placing them in a container that has the class\r\n text-center
.\r\n
\r\n Use our complementary <b-img-lazy>
image\r\n component (based on <b-img>
) to lazy load\r\n images as they are scrolled into view (or within\r\n offset
pixels of the viewport).\r\n