StartBootstrap / startbootstrap-clean-blog

A clean Bootstrap blog theme created by Start Bootstrap
https://startbootstrap.com/theme/clean-blog/
MIT License
1.79k stars 1.84k forks source link

images in posts are not responsible #155

Open chris4jahn opened 2 months ago

chris4jahn commented 2 months ago

when I insert images in posts via markdown they are not responsible and cross the boarders of the post's text.

You can see an example here. The first img in the text is inserted using markdown. The other images are inserted via html.

https://www.cloudcoffeebreak.de/2024/04/06/azure-policies-waechter-der-cloud-compliance.html

In html I can see that there is no class defined for the image inserted via Markdown.

When I add the images via html like this <img class="container"... > they are responsible.

you can find the repo here: https://github.com/chris4jahn/Cloud-Coffeebreak

How can I ensure that all images are responsible even when inserting via markdown?

Thanks for your help.

chris4jahn commented 2 months ago

Sorry, this is not the version I'm using. I'm using the Jekyll version.