Skip to content

Instantly share code, notes, and snippets.

@ae-elaine-axis
Created December 4, 2018 05:39
Show Gist options
  • Save ae-elaine-axis/ac7572e54cc2e72a8619d766bd9634c6 to your computer and use it in GitHub Desktop.
Save ae-elaine-axis/ac7572e54cc2e72a8619d766bd9634c6 to your computer and use it in GitHub Desktop.
Show full image in gallery in mobile view
html#ecwid_html body#ecwid_body .ec-size:not(.ec-size--s) .ec-store .details-gallery__thumb, html#ecwid_html body#ecwid_body .ec-size:not(.ec-size--s) .ec-store .details-gallery__thumb .details-gallery__thumb-img {
min-width: 100%;
background-size: contain;
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment