|
I guess this is similar to what Facebook does, but...I haven't worked out how to follow what they do and if this is a dupe, I apologise.
The idea is to have a thumbnail-size player ( width="220px" height="180px" ) that, when clicked, resizes to a 'normal...
Started by ricebowl on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Because I didn't see the update.
I found a jQuery plugin for the thumbnail image - you can get a large or small image.
Facebook uses a thumbnail that just looks like a player - neat trick.
|
|
I have very large images (jpg) and i want to write a csharp program to loop through the files and reduce the size of each image by 75%.
I tried this:
Image thumbNail = image.GetThumbnailImage(800, 600, null, new IntPtr());
but the file size is still very...
Started by oo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If the Image does not contain an embedded thumbnail image, this method creates:
// reduce the size of each image by 75% from original 800x600 Image thumbNail = image:
The GetThumbnailImage method ....
It to the requested size.
|
|
Hi,
User of my site upload images which are used as avatars. I have set a upload limit size of 2 MB. At most places I only require thumbnails. But users upload images with far bigger resolutions. I store these files on my file-system.
How can i create...
Started by homeWorkBoy on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
That you already have Thumbnail generation with PHP tutorial : does some stuff not often seen, like.
|
Ask your Facebook Friends
|
I have a directory with fullsize images and thumbnails. The thumbnails are prefixed with thumb_ and then share the same name as the full size counterparts.
What do i need to do the script below to get both the full image and the thumb, so i can echo the...
Started by Patrick on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A>"); } } closedir($dirHandle); ?>
only do something if you don't have a thumbnail && stripos($file, 'thumb_') === false create thumbnail-path directly as it is known from normal filename.
|
|
OK, I know this has been discussed to death and people got greenlit answers for their questions but none of them work for me.
What I want to do is vertically center thumbnails, which are generated dynamically or loaded via AJAX into a div with a fixed...
Started by Cletus on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Index.html ) OR use javascript to calculate the thumbnail Y height and set the top padding on each.
|
|
I have search result which includes images. When the user hover over the image the image should expand somewhat large size like we see on bing image search. Is there any Plugin for that. Please help. Any Suggestion will be appreciated.
Started by Rajasekar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
What about this zoomimage plugin? It looks like it provides callbacks that you could use to change... .
Http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery
http://james.padolsey.com/javascript/new-jquery-plugin-imgpreview/
Try those.
|
|
Normally you have an image tage with the src as the source of the image and the alt as the alternative text:
<img src="image1.gif" alt="Image 1" />
Can you have something like is?:
<img src="image1.gif" alt="image2.gif" />
So that means the...
Started by A Hassan on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm in no way suggesting.
Goes back to the thumbnail as soon as the button is released.
Shows the full size image while the mouse button is clicked and held down.
Shows the thumbnail by default.
|
|
Hey everyone,
I've written a customization which allows you to have thumbnails of any size within your thumbnail-style galleries. Unfortunately, these thumbnails will not apply the thumbnail crop that you've chosen (they're simply scaled versions of your...
Started by Lamah on
, 2 posts
by 1 people.
Answer Snippets (Read the full thread at dgrin):
Unfortunately, these thumbnails will not apply the thumbnail crop.
|
|
Hey everyone,
I've written a customization which allows you to have thumbnails of any size within your thumbnail-style galleries. Unfortunately, these thumbnails will not apply the thumbnail crop that you've chosen (they're simply scaled versions of your...
Started by Lamah on
, 2 posts
by 1 people.
Answer Snippets (Read the full thread at digitalgrin):
Unfortunately, these thumbnails will not apply the thumbnail crop.
|
|
Is possible to change size and border of the thumbnails in thunar?
Answer Snippets (Read the full thread at xfce):
Yeah but i don't want to change the size of all the icons, I want to increase just the thumbnails size!.
For the size, use ctrl+wheel.
|