Default options
When you include the bg_img_fit=1 option, the default settings are used.
/docs/boat.jpg?func=fit&w=400&
h=330&bg_img_fit=1
Opacity
You can control the background opacity with bg_opacity=X - X between 0 and 1.
/docs/boat.jpg?func=fit&w=400& h=330&bg_img_fit=1&bg_opacity=0.65
Blur
You can set the radius of the Gaussian blur applied to the background with bg_blur=X.
/docs/boat.jpg?func=fit&w=400& h=330&bg_img_fit=1&bg_blur=10
Colourise
To tint the background, use bg_colourise=X with X being the colour code or name.
/docs/boat.jpg?func=fit&w=400&h=330& bg_img_fit=1&bg_opacity=0.7&bg_colourise=red
Was this page helpful?