Cloudinary Help

Any chance I can get some help on getting the background of an image to show up transparent? I figured out how to alter the text in the spreadsheet I’m using (@Robert_Petitto :pray:t3:) to change the background from white to black, purple, etc but can’t figure out if it lets you make it transparent or not.

This is the text in the cell:

=ArrayFormula(if(len(A2:A),“https://res.cloudinary.com/rpetitto/image/fetch/w_200,h_200,c_fill,g_face,r_max,ar_1,b_black/u_1px-white_thedf6/fl_layer_apply,h_1.0,w_1.0,fl_relative,r_max/e_outline:5,co_white/e_outline:10,co_“,””))

And here’s the output:

Yeah…you have a b_background parameter that’s making the black background. Try removing it?