vantagedesign / ace-documentation

A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.

Home Page:https://docs.vantage-design.com/ace/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I resize image to fit in different devices?

poonamshah opened this issue · comments

How can I resize image to fit in different devices?

Hi,

You can use "img-fluid" as a class on images to make them spread the width of the container with automatic height. Smaller screens would simply shrink the image down that way. This is a Bootstrap class.
There currently is no shortcode in Ace to support this natively, so you just have to add the HTML element with that class.