Created
October 11, 2018 14:15
-
-
Save ae-elaine-axis/b8fc4393a75dc68f4b4ab0e96fa32c86 to your computer and use it in GitHub Desktop.
Preloader/placeholder for Single Product widget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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