silvioscavone Posted March 23, 2016 Share Posted March 23, 2016 Hello, I want to change categories image size just on mobile version. So I want a size for nrmal version and another size for mobile version. Is it possible to do that? Cause I changed to Large the categories size and tht's too large for mobile version!! Any idea? Thank you Link to comment Share on other sites More sharing options...
shokinro Posted March 28, 2016 Share Posted March 28, 2016 if your theme is responsive theme. then image should be responsive(change the image displaying size) automatically based on different devices automatically. try something like this, <div class="col-md-4 col-sm-4 col-xs-12 "> <img class="img-responsive" src="img/show1.png" alt="" /></div 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