Skip to content

Instantly share code, notes, and snippets.

@ae-elaine-axis
Created October 11, 2018 14:15
Show Gist options
  • Save ae-elaine-axis/b8fc4393a75dc68f4b4ab0e96fa32c86 to your computer and use it in GitHub Desktop.
Save ae-elaine-axis/b8fc4393a75dc68f4b4ab0e96fa32c86 to your computer and use it in GitHub Desktop.
Preloader/placeholder for Single Product widget
/* add to the site's theme and use another gif image if you wish */
html#ecwid_html body#ecwid_body .ecwid.ecwid-SingleProduct-v2.ecwid-SingleProduct-v2-bordered:not(.loaded) {
content: "";
margin: auto;
display: block;
height: 100px;
width:100px;
background-image: url(https://media.giphy.com/media/xUA7b8HnXheyI13tiU/giphy.gif);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment