nathandong Posted June 8, 2017 Share Posted June 8, 2017 I try to insert images under description of each product and make them responsive. the default image insert function will auto put "width=xxx height=xxx". this is buggy. I will never be able to get image responsive without switching to source code and make change for every images. since"width=xxx height=xxx" is default behavior, even you make change to css files make no difference. I have looked addon, there is no solution for this. any Ideas? Link to comment Share on other sites More sharing options...
nathandong Posted June 9, 2017 Author Share Posted June 9, 2017 ............................... Link to comment Share on other sites More sharing options...
j.kaspar Posted June 9, 2017 Share Posted June 9, 2017 You can override the hard coded style by adding !important directive in the css. For example: .imageXy { width: 150px !important; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now