userstyles.org - userstyles.org - screenshots unresized & vertical

More screenshots:
Author mod_wastrel
Created Apr 4, 2008
Updated Apr 4, 2008
Installs (this week) 0
Installs (total) 1,030
Average rating Good
To use this style, install Firefox and Stylish.
userstyles.org - screenshots unresized & vertical
838
6158
userstyles.org

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

Feedback

Discussions

Ask a new question or add a review for this style.