This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

I have pictures from tumblr and I want to turn them upside down or turn around or on their side, how do I do that? Thank you J.H.Stein

  • 2 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 2 views
  • Last reply by cor-el

I have pictures from Tumbler and I want turn them upside down or on their side how do I do that? Thank you. J.H.Stein

I have pictures from Tumbler and I want turn them upside down or on their side how do I do that? Thank you. J.H.Stein

cor-el மூலமாக திருத்தப்பட்டது

தீர்வு தேர்ந்தெடுக்கப்பட்டது

You can use a bookmarklet like these to rotate the page in the current tab.

  • javascript:void(document.body.setAttribute("style","-moz-transform:rotate(-90deg)"));
  • javascript:void(document.body.setAttribute("style","-moz-transform:rotate(90deg)"));
  • javascript:void(document.body.setAttribute("style","-moz-transform:rotate(180deg)"));

You would need a document viewer to rotate the image and save a copy.

You can create a new bookmark and paste the JavaScript code in its location field. If you want to test this then run the JavaScript code via the command line of the Web Console.

  • "3-bar" menu button or Tools -> Web Developer
Read this answer in context 👍 0

All Replies (2)

Firefox is only a web browser. You need to get another program for what you want.

தீர்வு தேர்ந்தெடுக்கப்பட்டது

You can use a bookmarklet like these to rotate the page in the current tab.

  • javascript:void(document.body.setAttribute("style","-moz-transform:rotate(-90deg)"));
  • javascript:void(document.body.setAttribute("style","-moz-transform:rotate(90deg)"));
  • javascript:void(document.body.setAttribute("style","-moz-transform:rotate(180deg)"));

You would need a document viewer to rotate the image and save a copy.

You can create a new bookmark and paste the JavaScript code in its location field. If you want to test this then run the JavaScript code via the command line of the Web Console.

  • "3-bar" menu button or Tools -> Web Developer