svgs-attachment.scss 228 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 // .attachment img[src$=".svg"], // .widget_media_image img[src$=".svg"] { // width: 100%; // } .attachment, .widget_media_image { // img[src$=".svg"] { // width: 100%; // } svg { max-width: 100%; height: auto; } }