Files
wrapartamenty.pl/wp-content/plugins/svg-support/scss/svgs-attachment.scss
Roman Pyrih d6241cfa7a first commit
2024-12-19 15:27:13 +01:00

17 lines
228 B
SCSS

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