My image rotate 90 degree

时间:2020-02-12 作者:kaizer

出于某种原因,我在网站上发布的照片被翻转了90度,管理面板上的一切看起来都很好。如何修复它?

1 个回复
SO网友:Aashish Barme

您可以添加jquery。css()方法

jQuery(\'.image_class_name\').css(\'transform\',\'rotate(-90deg)\');
根据需要更改学位。

相关推荐

Allowing WebP uploads?

我已经尝试了这两种方法,但仍然收到错误消息:“抱歉,出于安全原因,不允许使用此文件类型。”// add support for webp mime types function webp_upload_mimes( $existing_mimes ) { // add webp to the list of mime types $existing_mimes[\'webp\'] = \'image/webp\'; // return th