Rotate Image

This topic contains 9 reply and 4 voices, and was last updated by Denis 10 years, 7 months ago
Viewing 9 Posts - 1 through 9 (of 9 total)
Author Posts
July 23, 2013 at 12:50 pm 6229
Denis Hi, how can I rotate the image in the frontend after the upload if it is not in the right postition. Is there a way to do this? Cheers, Denis
July 23, 2013 at 12:54 pm 6230
Mahi Mahi

No Sorry, Its not possible.

July 23, 2013 at 1:29 pm 6235
Denis Denis

Can you please add this?

July 23, 2013 at 1:46 pm 6237
salat-production salat-production

use jquery like this

var rotate_factor = 0;

function rotateMe(e) {
    rotate_factor += 1;
    var rotate_angle = (180 * rotate_factor) % 360;
    $(e).rotate({angle:rotate_angle});
}

<img src='blue_down_arrow.png' onclick='rotateMe(this);' /></a>
July 24, 2013 at 4:15 am 6268
Denis Denis

Hi,
how do i put this into My created Form?
Cheers!

July 25, 2013 at 7:17 am 6300
salat-production salat-production

u can’t do this when someone add post
u need to save rotate position in db.
just only what can u do – rotate downloaded image in post
sry 4 my english. hope u understand me)

July 25, 2013 at 2:33 pm 6306
Denis Denis

I understand that.
but what I need is to do this in the “User Frontend Pro” formular. not in the real WP backend.
So I have to put this button into the EDIT page I created with “User Frontend Pro” ?
How can I put that button in this page?
Cheers!

August 5, 2013 at 11:55 am 6647
Denis Denis

Hello, I just want to say that I use this plugin for wrong pictures uploaded by mobile devices like iphone.

“Image Rotation Repair”

in mobile devices the upload looks fine but on PC not.
Cheers,
Denis

August 5, 2013 at 2:56 pm 6651
Tareq Hasan Tareq Hasan

Hello Denis, I understand what you are saying. But the feature will not be added in the plugin.

August 5, 2013 at 5:13 pm 6659
Denis Denis

Its just for Information for other users having this.

Viewing 9 Posts - 1 through 9 (of 9 total)