Catch unsized images using CSS


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



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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.