Action<img Width="390" Height="220" Src="https:... | HIGH-QUALITY |

: Explicitly setting the width and height (as you have done) helps the browser reserve space for the image before it finishes loading, preventing the page layout from jumping around.

: 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. Action<img width="390" height="220" src="https:...

: Sets the vertical size of the image to 220 pixels. Best Practices for Reports : Explicitly setting the width and height (as

: Sets the horizontal size of the image to 390 pixels. Action<img width="390" height="220" src="https:...