first commit
This commit is contained in:
17
wp-content/plugins/svg-support/scss/svgs-attachment.scss
Normal file
17
wp-content/plugins/svg-support/scss/svgs-attachment.scss
Normal file
@@ -0,0 +1,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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user