Frigate lovelace card max size

hello

used go2rtc and the default camera add-on to stream my cam to my dashboard
I have much disconnection with the default image card and changed to the frigate card.
No more disconnection but when my dashboard start up in the morning the card are very small


When i touch the menu button en expand 1 time full screen and go back to the dashboard the card is full screen

Is there anything that i need to change?

              - type: custom:frigate-card
                cameras:
                  - camera_entity: camera.voordeur_mainstream
                    live_provider: auto
                view:
                  default: live
                  update_force: true
                  update_cycle_camera: false
                  live:
                    layout:
                      fit: fill
                  performance:
                    profile: high
                  dimensions:
                    aspect_ratio_mode: dynamic
                card_mod:
                  style: |
                    ha-card
                      {
                      background: transparent;
                      border-style: none;
                      }

Thx