@@ -75,7 +75,7 @@ export const images = [
7575 args : [ '/test.png' , { width : 200 , height : 200 , fit : 'contain' } ] ,
7676 ipx : { url : '/_ipx/fit_contain,s_200x200/test.png' } ,
7777 cloudinary : { url : '/f_auto,q_auto,w_200,h_200,c_scale/test' } ,
78- twicpics : { url : '/test.png?twic=v1/contain =200x200' } ,
78+ twicpics : { url : '/test.png?twic=v1/inside =200x200' } ,
7979 fastly : { url : '/test.png?width=200&height=200&fit=bounds' } ,
8080 glide : { url : '/test.png?w=200&h=200&fit=contain' } ,
8181 gumlet : { url : '/test.png?w=200&h=200&fit=fill' } ,
@@ -93,7 +93,7 @@ export const images = [
9393 args : [ '/test.png' , { width : 200 , height : 200 , fit : 'contain' , format : 'jpeg' } ] ,
9494 ipx : { url : '/_ipx/fit_contain,f_jpeg,s_200x200/test.png' } ,
9595 cloudinary : { url : '/f_jpg,q_auto,w_200,h_200,c_scale/test' } ,
96- twicpics : { url : '/test.png?twic=v1/output=jpeg/contain =200x200' } ,
96+ twicpics : { url : '/test.png?twic=v1/output=jpeg/inside =200x200' } ,
9797 fastly : { url : '/test.png?width=200&height=200&fit=bounds&format=jpeg' } ,
9898 glide : { url : '/test.png?w=200&h=200&fit=contain&fm=jpeg' } ,
9999 gumlet : { url : '/test.png?w=200&h=200&fit=fill&format=jpeg' } ,
0 commit comments