File "svgs-attachment.scss"

Full Path: /home/vantageo/public_html/wp-admin-20240915120854/wp-includes-20240915121038/IXR/plugins/svg-support/scss/svgs-attachment.scss
File size: 228 bytes
MIME-type: text/plain
Charset: utf-8

// .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;
	}
}