/ Published in: CSS
highlight images with no declared size
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
img:not([width]):not([height]) { border: 2px solid red !important; }
URL: http://habrahabr.ru/blogs/css/125806/