feat: added w500 size to backdrop, this size is not in the officel documentation but it still exists

This commit is contained in:
Netanel Henya
2024-02-23 08:16:29 +02:00
parent 682cf48cb0
commit 43f5d16dc3

View File

@@ -15,6 +15,7 @@ export interface Configuration {
export const enum BackdropSizes {
W300 = 'w300',
W500 = 'w500',
W780 = 'w780',
W1280 = 'w1280',
ORIGINAL = 'original',