You are here

function resp_img_file_url_alter in Responsive images and styles 7

Alter all image sources.

File

./resp_img.module, line 274

Code

function resp_img_file_url_alter(&$uri) {
  $uri = resp_img_replace_suffix($uri);
}