From 43f5d16dc3fa419b6833c47f5a6aaddd47cbcd07 Mon Sep 17 00:00:00 2001 From: Netanel Henya Date: Fri, 23 Feb 2024 08:16:29 +0200 Subject: [PATCH] feat: added w500 size to backdrop, this size is not in the officel documentation but it still exists --- src/types/configuration.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/configuration.ts b/src/types/configuration.ts index f87686d..d5cad86 100644 --- a/src/types/configuration.ts +++ b/src/types/configuration.ts @@ -15,6 +15,7 @@ export interface Configuration { export const enum BackdropSizes { W300 = 'w300', + W500 = 'w500', W780 = 'w780', W1280 = 'w1280', ORIGINAL = 'original',