HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

CSS to adjust size of images in markdown #1243

Closed PatrickF1 closed 5 years ago

PatrickF1 commented 5 years ago

I tried adding =100x20 into the image tag and it didn't resize, so I'm guessing you have to use CSS to resize it? How do you use CSS to resize images?

ylian commented 5 years ago
![title](image.png =100x20)
PatrickF1 commented 5 years ago

Ohh thanks! I was placing =100x20 in the [] rather than in the ().