OWASP / www--site-theme

Contains owasp site theme specific items (headers, footers, json, menus)
9 stars 26 forks source link

Image size? #34

Closed drwetter closed 4 years ago

drwetter commented 4 years ago

... is there any way to achieve this?

hblankenship commented 4 years ago

Did you include a screenshot or something? I don't see anything referenced.

hblankenship commented 4 years ago

Perhaps you are referencing image size in Markdown. And, while it won't show correctly on the markdown file, it gets correctly rendered to the website:

![Text](link to some image){:width="65px"}

drwetter commented 4 years ago

Thanks. In the meantime I had success with

{:refdef: style="width: 20px; height: 20px"}
![Incubator Project](/assets/images/common/owasp_level_incubator.svg)
{: refdef}