Welcome To Snipplr


Everyone's Recent Snippets Tagged resize



« Prev 1 2 3
0 884 posted 11 years ago by MistaTwista
Returns array with information like: Input image width 200 height 200 print_r(ratioResize('path/to/image.ext' , 100 , 50)); output: array( [ratio] => .5, [height] => 50, [width] => 50,...
0 1122 posted 12 years ago by ShawnG
This is my simple image resizer on the fly thing. -- WARNING -- Resizing and showing images on the fly could potentially kill your server or make the website slow. Ideally, this should save the resized image in a cache. However, more often th...
0 1431 posted 12 years ago by brownrl
JavaScript code to facilitate dynamic re-sizing of an iframe at the same time as the browser window is re-sized, as well as making sure that the frame scales proportionally to its width and height.
1 1211 posted 12 years ago by leodruker
Bind onload function to the iFrame and set the size of the iFrame to the iFrames loaded content. In the example jQuery is used.
5 1124 posted 12 years ago by Neven
0 1288 posted 12 years ago by satie83
simple command that resize and crop, if necessary, an image, centering the image.
0 1103 posted 13 years ago by artaserse
Funció que agafa les mides de la pantalla i redimensiona proporcionalment una imatge per a que s'adapti a ella.
0 1048 posted 13 years ago by hectorlorenzo
I've previously posted this here: http://snipplr.com/view/59044/flexible-site-layout-with-resize-detection/ This new version is short and more efficient, plus it no longer shows 1 (harmless) error on launch. Works the same as last time, the sizabl...
2 1196 posted 13 years ago by FatFolderDesigner
0 1001 posted 13 years ago by grgcnnr
A function that resizes an image to desired width and height, but does not distort the image proportions. Works for JPEG, GIF and PNG.
0 1242 posted 13 years ago by TimoZachi
Given an iframe element and a header element, make the iframe just high enough to fit in the browser window. On window resize, readjust. Keep a minimum height for the iframe.
0 1171 posted 13 years ago by kendsnyder
Tweaked from the icant.co.uk thumbnail generator
0 1028 posted 13 years ago by dillonchr
0 921 posted 13 years ago by neoline
Resize and image to fit a predetermined canvas size
0 1322 posted 14 years ago by flatearthcomms
Still problematic... 1. The source of the iframe content must reside on the same domain 2. if the content inside the iframe changes height, this won't adapt 3. I left Google Analytics code off the demo above, as when I added it in it seems to in...
1 1284 posted 14 years ago by dubogii
simple jquery plugin that powers the text auto-resizing that is the basis of textagon.com
0 869 posted 14 years ago by secretgspot
Resize iframe height. This means if the content of your iframe is longer than the iframe height, and the iframe doesn't have a scrollbar, you can resize the height of the iframe so the content is viewed.
0 940 posted 14 years ago by kodomonster
The following script will easily allow you to resize images using PHP.
3 1058 posted 14 years ago by enkas
I edit this from tylerhall on 11/30/-1
0 944 posted 14 years ago by redoc
Resize images that are greater than 800x600 and place them in the "small" directory.
0 929 posted 14 years ago by Carolyne
0 906 posted 14 years ago by ANT
I’ve made this function that receive the input $video string that contains the dirty embed code as it is from youtube. The second parameter $new_width (if specified) permits to resize the embed code proportionally to the width you need for your tem...
0 1573 posted 14 years ago by ginoplusio
If the optional parameter $crop is set to TRUE the image will be zoomed and cropped to specific size ($new_size). Else, the image will be resized to size, keeping aspect ratio and using $new_size as max size.
0 1021 posted 14 years ago by stz184
0 1043 posted 14 years ago by traeregan
1 1131 posted 14 years ago by rave
1 1079 posted 14 years ago by arif
« Prev 1 2 3