My image rotate 90 degree

You can add jquery .css() method

jQuery('.image_class_name').css('transform','rotate(-90deg)');

change the degree as you want.