Projects tagged ‘images’ and ‘scale’


Jump to tag:

Projects tagged ‘images’ and ‘scale’

Filtered by Project Tags images scale

Refine results Project Tags python (1) engine (1) jquery (1) cron (1) sizes (1) service (1) resize (1) pil (1) app (1) comet (1) scaling (1) services (1)

[2 total ]

0 Users

scalingscaling is an extremely lightweight (2.4k) jQuery plugin which scales images and dom elements to the dimensions of other images/elements on the page, or to any ratio or size. ... [More] FeaturesSupports a number of scaling types: Scale Up Scale Down Scale up to a Minimum Scale down to a Maximum Smart scaling (auto-detects direction) Raw scaling (scales by an exact ratio) Open Source so you can help to improve it/change it for your own needs Scaling Examples jQuery(function(){ // Scale all images down to 10% jQuery('img').scale({mode: SCALE_DOWN, target: '10%'}); // Scale element to no larger than 800x600 jQuery('#element').scale({mode: SCALE_MAX, target: [800,600]}); // Scale all matching elements to the current ratio of the provided element jQuery('.someclass').scale({mode: SCALE_SMART, target: $('#someelement')}); }); [Less]
Created 6 months ago.

0 Users

We think that App Engine is a great product, but it lacks some features. We created external services that aim to fill this gap. Using our services you can do things that are impossible to do on raw ... [More] App Engine. This project is a set of examples that shows how to use our services. [Less]
Created about 1 year ago.