1 2 3 4 5 6 7 8
img { max-width: 100%; } /* Remove border-radiius from full-width images */ img:not(.w-100) { border-radius: var(--border-radius); }