Adjust image height in html content

I have an automation that takes screenshots of a specific table, and then sends these images in an email body. The problem I have is that these images, depending on when these sceens were taken, have different heights. How do I adjust the height of the images?

have a check on using height, width attribute
<img width="YourValue" height="YourValue" src="xxxx">

2 Likes

when a scaling factor is to calculate we can use below properties of retrieving the original height, width

grafik
myImage var was an output from a take screenshot activity

Hello @Paulina_x

In the Create HTML content activity you can reset the size as per the requirement.

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.