image overflow clear fix CSS

PHOTO EMBED

Mon Jun 24 2024 17:20:19 GMT+0000 (Coordinated Universal Time)

Saved by @WebDevSylvester

.clearfix {
  overflow: auto;
}
content_copyCOPY

use when the img is bigger than its container!

https://learnlayout.com/clearfix