Skip to content

Instantly share code, notes, and snippets.

@woogists
Created March 9, 2018 15:59
Show Gist options
  • Save woogists/7e6c36591cf71689095fb99339e55707 to your computer and use it in GitHub Desktop.
Save woogists/7e6c36591cf71689095fb99339e55707 to your computer and use it in GitHub Desktop.
[WooCommerce 360 Image] Rotate 360 Image 180 Degrees
/* Rotate 360 Image 180 Degrees (upside down) */
.threesixty .threesixty_images img {
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment