Skip to content

Instantly share code, notes, and snippets.

@woogists
Created March 9, 2018 15:58
Show Gist options
  • Save woogists/786a59bbc49f4856e3f9b64a3166d519 to your computer and use it in GitHub Desktop.
Save woogists/786a59bbc49f4856e3f9b64a3166d519 to your computer and use it in GitHub Desktop.
[WooCommerce 360 Image] Rotate -90 degrees
/* 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