Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

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 odgovora
  • 1 ima ovaj problem
  • 2 prikaza
  • Posljednji odgovor od cor-el

more options

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

Izmjenjeno od cor-el

Izabrano rješenje

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
Pročitaj ovaj odgovor u kontekstu 👍 0

Svi odgovori (2)

more options

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

more options

Odabrano rješenje

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