File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 249249 "fbWebsite" : " Facebook Website Vorschaubild" ,
250250 "video" : " Video (Full HD)" ,
251251 "twFeed" : " Twitter Feed Bild" ,
252+ "instaPost" : " Instagram Post" ,
252253 "instaStory" : " Instagram Story" ,
253254 "custom" : " Eigene Grösse" ,
254255 "a6" : " A6" ,
Original file line number Diff line number Diff line change 249249 "fbWebsite" : " Facebook Featured Website" ,
250250 "video" : " Video (Full HD)" ,
251251 "twFeed" : " Twitter Feed Image" ,
252+ "instaPost" : " Instagram Post" ,
252253 "instaStory" : " Instagram Story" ,
253254 "custom" : " Custom size" ,
254255 "a6" : " A6" ,
Original file line number Diff line number Diff line change 249249 "fbWebsite" : " Facebook Site Web en vedette" ,
250250 "video" : " Vidéo (Full HD)" ,
251251 "twFeed" : " Image du fil Twitter" ,
252- "instaStory" : " Photo Instagram" ,
252+ "instaPost" : " Post Instagram" ,
253+ "instaStory" : " Story Instagram" ,
253254 "custom" : " Taille personnalisée" ,
254255 "a6" : " A6" ,
255256 "a5" : " A5" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export const ImageSizeIds = {
99 fbWebsite : 'fbWebsite' ,
1010 video : 'video' ,
1111 twFeed : 'twFeed' ,
12+ instaPost : 'instaPost' ,
1213 instaStory : 'instaStory' ,
1314 customScreen : 'customScreen' ,
1415 a6 : 'A6' ,
@@ -105,6 +106,16 @@ export const ImageSizes = [
105106 media : Media . screen ,
106107 rotatable : false ,
107108 } ,
109+ {
110+ id : ImageSizeIds . instaPost ,
111+ width : 1080 ,
112+ height : 1350 ,
113+ resolution : 300 ,
114+ labelKey : 'images.create.sizes.instaPost' ,
115+ excludeStyleSets : [ ] ,
116+ media : Media . screen ,
117+ rotatable : false ,
118+ } ,
108119 {
109120 id : ImageSizeIds . instaStory ,
110121 width : 1080 ,
You can’t perform that action at this time.
0 commit comments