feat: added w500 size to backdrop, this size is not in the officel documentation but it still exists
This commit is contained in:
@@ -15,6 +15,7 @@ export interface Configuration {
|
|||||||
|
|
||||||
export const enum BackdropSizes {
|
export const enum BackdropSizes {
|
||||||
W300 = 'w300',
|
W300 = 'w300',
|
||||||
|
W500 = 'w500',
|
||||||
W780 = 'w780',
|
W780 = 'w780',
|
||||||
W1280 = 'w1280',
|
W1280 = 'w1280',
|
||||||
ORIGINAL = 'original',
|
ORIGINAL = 'original',
|
||||||
|
|||||||
Reference in New Issue
Block a user