Jump to content

Mobile Version Image Size


silvioscavone

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...