Advertisement
enkuso

android snippet

Jan 18th, 2014
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. // add .img-responsive class to all image tag
  3. //content = content.replaceAll("<img","<img class=\""+ "img-responsive" + "\"");
  4. // remove style from all img tag
  5. //content = content.replaceAll("(?i)(<img[^>]*?\\sstyle\\s*=)(['\"]).*?\\2", "$1$2" + "" + "$2");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement