What would you like to know more about?

Adjust the Size of Record Insights

  • You must have System Setup permissions to do this.

Need a little more room for record insights? You can configure insights to be small (the default size), medium, large, or extra large.

  1. In the navigation menu, click System Setup > Insights.
  2. Open the record of the insight you want to resize, and click Edit Record.
  3. In the Template field, add the appropriate attribute to the end, before the closing curly bracket.
    • For a small insight (250 px), enter size=sm
    • For a medium insight (500 px), enter size=md
    • For a large insight (750 px), enter size=lg
    • For an extra large insight (1000 px), enter size=xl
    Example of the Event Map Insight record showing the Template field with the following code: { Map: name=[Location_ID_Table_Address_ID_Table.Address_Line_1], lat=[Location_ID_Table_Address_ID_Table.Latitude], lon=[Location_ID_Table_Address_ID_Table.Longitude], size=lg }

    For reference, here's what the attribute would look like for each type of insight:Image showing each type of insight and its relevant code

  4. Click Save.

The change takes effect quickly, so you'll see your resized insight the next time you open the relevant record.

Example of an open Event record showing the Map insight card with a large width of 750 px