Closed immanuelfodor closed 4 years ago
Hi, I've noticed a small bug after updating to the latest version in #95. It might have been present before, I just noticed it now.
When an image is inserted as a markdown image (![title](link)), if the image is wider than the card, it's overflowing to the right.
![title](link)
It would be nice to resize the image to the card's inner width by maintaining the aspect ratio.
There you go https://github.com/kalvn/Shaarli-Material/commit/42561fc1b1aeb5d1b754cd735888f0c7678c2492
Thank you for this fix as well, it looks good!
Hi, I've noticed a small bug after updating to the latest version in #95. It might have been present before, I just noticed it now.
When an image is inserted as a markdown image (
![title](link)
), if the image is wider than the card, it's overflowing to the right.It would be nice to resize the image to the card's inner width by maintaining the aspect ratio.