Skip to content

Instantly share code, notes, and snippets.

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