konstantinmuenster / gatsby-theme-portfolio-minimal

A Gatsby Theme to create modern one-page portfolios with a clean yet expressive design.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zoomed in images in articles

Tildoss opened this issue · comments

Hey, I'm using your template for my personal blog, but when I add an image in an article in .MD, the image is zoomed in real bad and it misses a lot of information. How can I change that ?

Real image :
read-tag

Image in the article :
image

Hey @Tildoss!

Good point! You could try overwriting the CSS file that is responsible for displaying the images in blog posts. You find it here: https://github.com/konstantinmuenster/gatsby-theme-portfolio-minimal/blob/main/gatsby-theme-portfolio-minimal/src/templates/Article/style.module.css#L94

You find more about overwriting/shadowing themes here: https://www.gatsbyjs.com/docs/how-to/plugins-and-themes/shadowing/

I also try to fix this issue soon but don't know when I get to it.