Изображения без width/height


/ Published in: CSS
Save to your folder(s)

highlight images with no declared size


Copy this code and paste it in your HTML
  1. img:not([width]):not([height]) { border: 2px solid red !important; }

URL: http://habrahabr.ru/blogs/css/125806/

Report this snippet


Comments


You need to login to view comments.