Steps to Automatically Resize Images on Widgets
-
Edit the Widget
- Open the widget settings.
- Choose the Chart Style as "HTML Text".
-
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;">
- In the HTML Value text area, enter the following HTML code:
-
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.