Skip to content

Instantly share code, notes, and snippets.

@ellenmva
Created December 11, 2014 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ellenmva/a01e17084d4a73b9a6a4 to your computer and use it in GitHub Desktop.
Save ellenmva/a01e17084d4a73b9a6a4 to your computer and use it in GitHub Desktop.
responsive image for Filtering on tablets and smartphones for larger item and image widths
@media only screen and (max-width: 767px) {
.section-filtering .filtering {
width: 100% !important;
}
.section-filtering .isotope .isotope-item {
max-width: 100% !important;
}
.section-filtering .filtering .filtering-image {
height: 100% !important;
}
.section-filtering .filtering .filtering-image img {
max-height: 100% !important;
max-width: 100% !important;
width: auto !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment