diff --git a/src/card.ts b/src/card.ts index 0fa946f0..8ebc42cc 100644 --- a/src/card.ts +++ b/src/card.ts @@ -806,7 +806,7 @@ export class FrigateCard extends LitElement { } let requestRefresh = false; if ( - this._isAspectRatioEnforced() && + this._view.isGalleryView() && (mediaShowInfo.width != this._mediaShowInfo?.width || mediaShowInfo.height != this._mediaShowInfo?.height) ) {