.grid-view-item__image-wrapper.product-card__image-wrapper.js {
max-width: 100% !important;
}
.grid-view-item__image {
max-width: 100% !important;
max-height: 100% !important;
}
@media only screen and (max-width: 749.98px){
div#Collection {
/*You can change this % for mobile*/
max-width: 95%;
}
}
@media only screen and (min-width: 750px){
div#Collection {
/*You can change this % for desktop*/
max-width: 100%;
}
}
- Choosing a selection results in a full page refresh.
- Press the space key then arrow keys to make a selection.
- Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device