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