Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // add .img-responsive class to all image tag
- //content = content.replaceAll("<img","<img class=\""+ "img-responsive" + "\"");
- // remove style from all img tag
- //content = content.replaceAll("(?i)(<img[^>]*?\\sstyle\\s*=)(['\"]).*?\\2", "$1$2" + "" + "$2");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement