1modm / petereport

PeTeReport is an open-source application vulnerability reporting tool.
https://1modm.github.io/petereport/
BSD 3-Clause "New" or "Revised" License
449 stars 131 forks source link

Option to scale images #88

Open Moneysac90 opened 3 months ago

Moneysac90 commented 3 months ago

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.