D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
aramrprl
/
www
/
wp-content
/
plugins
/
svg-support
/
scss
/
Filename :
svgs-attachment.scss
back
Copy
// .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; } }