Skip to content

Instantly share code, notes, and snippets.

@madalinignisca
Created June 7, 2015 17:48
Show Gist options
  • Save madalinignisca/18f97b8d60e9595e1017 to your computer and use it in GitHub Desktop.
Save madalinignisca/18f97b8d60e9595e1017 to your computer and use it in GitHub Desktop.
Make images added by Redactor responsive in Concrete5 7.x+
// add img-responsive class to Redactor added images
$('p[data-redactor-inserted-image=true]').find('img').addClass('img-responsive');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment