php [WooCommerce 360​​ Image]旋转-90度

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php [WooCommerce 360​​ Image]旋转-90度相关的知识,希望对你有一定的参考价值。

/* 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);
}

以上是关于php [WooCommerce 360​​ Image]旋转-90度的主要内容,如果未能解决你的问题,请参考以下文章

php [WooCommerce 360​​ Image]旋转-90度

php [WooCommerce 360​​ Image]自定义旋转

php [WooCommerce 360​​ Image]改变动画的速度

php [WooCommerce 360​​ Image]过滤短代码的内容

php [WooCommerce 360​​ Image]不输出默认的完整大小

php [WooCommerce 360​​ Image]还有一个用于输出内容本身的过滤器。