1modm / petereport

PeTeReport is an open-source application vulnerability reporting tool.

Home Page:https://1modm.github.io/petereport/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to scale images

Moneysac90 opened this issue · comments

It would be awesome to have a scaling option for images. Currently the syntax ![](https://some_url) is used do include images. It would be great to include an additional parameter to scale images or to set the image width/height.

For example:
![](https://some_url){height=10cm} Set height to 10cm.
or
![](https://some_url){scale=80%} Scale image to 80% of its original size.