Adding a blog to your Dash App

Yes, but you do need a CSS file to accomplish this. Resize SVG in markdown covers how to do this by specifying pixel size; however, you can change the width to be 100% instead like so:

img[src*="#article"] {
    width: 100%;
}

Then your image will be ![Image title](/assets/path/to/image.png#article)

2 Likes