Markdown Monster
Image MAX width
Gravatar is a globally recognized avatar based on your email address. Image MAX width
  Orgbrat
  All
  Mar 19, 2019 @ 07:33am

I am using the "Save Image to Azure Blob" add-in and I would like to know if there is way to apply a MAX width to the image within the Markdown Monster editor markdown?

Orgbrat

Gravatar is a globally recognized avatar based on your email address. re: Image MAX width
  Rick Strahl
  Orgbrat
  Mar 19, 2019 @ 11:13am

You can do that by using HTML tags rather than the Markdown text in which case you can add the style="max-width: 100%" or whatever.

So this is legal in Markdown:

<img src="yourAzureUrl" style="max-width: 100%" />

The addin won't do that directly so you have to paste the image as a markdown tag then adjust the markdown explicitly.

However if you're talking about 'global' settings for all images it's better to use CSS styling at the host document level to set things like max-width.

+++ Rick ---

© 1996-2024