Wallpanel Reverting Scale

Hello!
I am using the Wallpanel intergration to display a slideshow of photos, I have this set up across three different dashboards each with their own display. However, I was messing around with the settings on one which has resulted in the images photos being zoomed in and I can’t figure out what setting I altered that to un-do it. Here is my setup:

wallpanel:
  enabled: true
  enabled_on_views:
    - screensaver
  debug: false
  alert_errors: false
  hide_toolbar: false
  hide_sidebar: false
  fullscreen: false
  idle_time: 1
  keep_screen_on_time: 0
  control_reactivation_time: 0
  stop_screensaver_on_mouse_move: false
  stop_screensaver_on_mouse_click: false
  stop_screensaver_on_location_change: false
  stop_screensaver_on_key_down: false
  screensaver_start_navigation_path: /main-display/screensaver
  display_time: 120
  exclude_media_orientation: auto
  image_fit_portrait: contain
  image_url: >-
    media-source://immich/35905704-b509-4c7b-a86a-a4c520421cdf|albums|8eb770e8-e87e-43a7-ba0f-d477e7f5b5bd
  log_level_console: debug
  screensaver_entity: input_boolean.main_display_screensaver
  touch_zone_size_next_image: 0
  touch_zone_size_previous_image: 0
  content_interaction: ${entity:input_boolean.not_shabbat_yom_tov}
  style:
    wallpanel-screensaver-container:
      background-color: '#333333dd'
    wallpanel-screensaver-info-box:
      '--wp-card-width': 450px
      background-color: '#ffffff99'
      box-shadow: >-
        0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0,
        0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)
    wallpanel-screensaver-info-box-content:
      '--ha-card-background': none
      '--ha-card-box-shadow': none
      '--ha-card-border-width': 0px
      '--primary-background-color': '#fafafa'
      '--secondary-background-color': '#e5e5e5'
      '--primary-text-color': '#212121'
      '--secondary-text-color': '#727272'
    wallpanel-screensaver-info-box-views:
      width: 35vw
  profile_entity: input_text.wallpanel_profile
  profiles:
    Default:
      image_url: >-
        media-source://immich/04b9dfb7-38bf-4113-b600-fe8779913bb6|albums|ef54dba0-4405-4084-861e-1c4f0ea046f8
    Doorbell:
      image_url: media-entity-video://camera.reolink_video_doorbell_wifi_fluent
      wallpanel-screensaver-info-box-views:
        width: 20vw
      video_volume: 1
    Motion:
      image_url: media-entity-video://camera.reolink_video_doorbell_wifi_fluent
      video_volume: 0
  views:
    - path: /main-display/current-config

I have attempted the following:

    wallpanel-screensaver-container:
      transform: scale(1)
      width: 100vw
    wallpanel-screensaver-image-overlay:
      transform: scale(1)
      width: 100vw
    wallpanel-screensaver-image-info:
      transform: scale(1)
    wallpanel-screensaver-image-background:
      transform: scale(1)
      width: 100vw
    wallpanel-screensaver-overlay:
      transform: scale(1)
      width: 100vw

Any help would be appreciated!

I solved this by making a new dashboard, i tried uninstalling the integration, restarting, and then reinstalling it which didn’t help.