gripuqam.org/wp-content/plugins/svg-support/scss/svgs-attachment.scss

17 lines
228 B
SCSS
Raw Permalink Normal View History

2025-03-31 12:02:18 -04:00
// .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;
}
}