Welcome To Snipplr


Everyone's Recent Snippets Tagged resize



« Prev 1 2 3
0 557 posted 10 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 715 posted 10 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 958 posted 10 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 747 posted 11 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 733 posted 11 years ago by Neven
0 817 posted 11 years ago by satie83
simple command that resize and crop, if necessary, an image, centering the image.
0 709 posted 12 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 670 posted 12 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 767 posted 12 years ago by FatFolderDesigner
0 641 posted 12 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 824 posted 12 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 740 posted 12 years ago by kendsnyder
Tweaked from the icant.co.uk thumbnail generator
0 628 posted 12 years ago by dillonchr
0 570 posted 12 years ago by neoline
Resize and image to fit a predetermined canvas size
0 819 posted 12 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 824 posted 12 years ago by dubogii
simple jquery plugin that powers the text auto-resizing that is the basis of textagon.com
0 528 posted 13 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 607 posted 13 years ago by kodomonster
The following script will easily allow you to resize images using PHP.
3 647 posted 13 years ago by enkas
I edit this from tylerhall on 11/30/-1
0 591 posted 13 years ago by redoc
Resize images that are greater than 800x600 and place them in the "small" directory.
0 577 posted 13 years ago by Carolyne
0 575 posted 13 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 1030 posted 13 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 634 posted 13 years ago by stz184
0 652 posted 13 years ago by traeregan
1 755 posted 13 years ago by rave
1 690 posted 13 years ago by arif
« Prev 1 2 3