3

Is there any chrome extension which rotates image on a page? Some photo sharing sites, does not rotate vertical image automatically. So i need to see those images by turning my head. Is there any chrome extension which can do the job for me easily when i browse?

I have tried .picnik, but that seems too heavy lifting for my purpose.

Thank you.

michael
  • 6,215

4 Answers4

2

The extension Flip this allows you to do this.

Andrew
  • 266
1

GooEdit

In case you need one for Firefox: Image Zoom

ngen
  • 1,543
0

If you don't want an extension for that, and don't mind wacky behavior with all images on a web page, you can use the following bookmarklet script by creating a bookmark and using the script below as address:

javascript:(function(){for(i=0;i<document.images.length;i++)document.images[i].style.webkitTransform='rotate(90deg)';})()

On SuperUser, it rotates all avatar pictures (not the logo though, as it works differently). You might need it in two variants though, 90deg and 270deg, since repeatedly pressing the bookmarklet won't have any effect.

Daniel Beck
  • 111,893
0

There is actually a much better Chrome Extension called IMG Rotate which allows you to right-click an image and just select how much you want to rotate it by.

Mastergalen
  • 3,014