You are here

function resp_img_post_render in Responsive images and styles 7.2

Same name and namespace in other branches
  1. 7 resp_img.module \resp_img_post_render()

#post_render callback.

1 string reference to 'resp_img_post_render'
resp_img_entity_view_alter in ./resp_img.module

File

./resp_img.module, line 663

Code

function resp_img_post_render($content, $element) {
  return _resp_img_replace_picture($content);
}