Advertisement
dihak

Cara fix photo gak responsive

May 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Cara fix photo gak responsive :
  2. 1. Edit HTML
  3. 2. Cari kode
  4. //]]></script>
  5.  
  6. 3. Simpan kode ini tepat di atas kode tadi
  7. document.querySelectorAll("img[height]").forEach(function(e){e.removeAttribute("height")});
  8.  
  9. 4. Save
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement