Jump to content

Css on cross browsing


newcoder1010

Recommended Posts

Hi,

   @media only screen and (max-width: 768px){

	.views-field-field-main-image img {width:100%; height:200px;}

}

  @media (min-width: 768px) and (max-width: 992px){ 

	.views-field-field-main-image img {width:100% !important; height:200px;}

}

When you go to above http://godrupal.info/xpressauto, I like to see the images under vehicles inventory to be 100% width. It works on chrome but not on IE.

 

If you could help please.

 

Thanks.

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...