vantagedesign / ace-documentation

A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.
https://docs.vantage-design.com/ace/
MIT License
101 stars 74 forks source link

How can I resize image to fit in different devices? #14

Closed poonamshah closed 4 years ago

poonamshah commented 4 years ago

How can I resize image to fit in different devices?

julianflapper commented 4 years ago

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.