Deleted!
This style has been deleted.
| Author | mod_wastrel |
|---|---|
| Created | Apr 4, 2008 |
| Updated | Apr 4, 2008 |
| Installs (this week) | 3 |
| Installs (total) | 1,058 |
| Average rating |
|
More Info
This style just combines "userstyles.org - don't resize screenshots" by Jason Barnabe (np) and "userstyles.org larger screenshots" by jk-; because I wanted to do both (have full-size screenshots and display them vertically), in one style.
On the other hand, some images are rather small to begin with and remain small even when "unresized". A simple way to enlarge (Zoom In) one (or both) image(s) in such cases is to use the following Javascript (in a bookmarklet):
javascript:(function(){ function zoomImage(image, amt) { if(image.initialHeight == null) { image.initialHeight = image.height; image.initialWidth = image.width; image.scalingFactor = 1; } image.scalingFactor *= amt; image.width = image.scalingFactor * image.initialWidth; image.height = image.scalingFactor * image.initialHeight; } for (i=0; i
On the other hand, some images are rather small to begin with and remain small even when "unresized". A simple way to enlarge (Zoom In) one (or both) image(s) in such cases is to use the following Javascript (in a bookmarklet):
javascript:(function(){ function zoomImage(image, amt) { if(image.initialHeight == null) { image.initialHeight = image.height; image.initialWidth = image.width; image.scalingFactor = 1; } image.scalingFactor *= amt; image.width = image.scalingFactor * image.initialWidth; image.height = image.scalingFactor * image.initialHeight; } for (i=0; i
Feedback
Discussions
Ask a new question or add a review for this style.
