How to Automatically Resize Images in the HTML Widget in V2

Steps to Automatically Resize Images on Widgets

  1. Edit the Widget

    • Open the widget settings.
    • Choose the Chart Style as "HTML Text".
  2. Add the Code

    • In the HTML Value text area, enter the following HTML code:
       
      <img src="https://blah.com/image.png"
      style="max-width: 100%; max-height: 100%; display: block;">
  3. Save Your Changes

    • Click the "Save Changes" button to apply the updates.

Your image will now automatically resize to fit the available space within the widget, ensuring a clean and professional appearance.