: Sets the vertical size of the image to 220 pixels. Best Practices for Reports
The tag is a standard HTML element used to display images. Its primary attributes in your snippet include: Action<img width="390" height="220" src="https:...
: If the original image is significantly larger than 390x220 pixels, it is better to resize the file itself rather than just using HTML attributes to downsize it, as this reduces the download time for users. : Sets the vertical size of the image to 220 pixels