Files
carei.pagedev.pl/wp-content/plugins/svg-support/scss/svgs-attachment.scss
Roman Pyrih 64c4a90405 first commit
2026-03-10 09:50:10 +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;
}
}