Thumbnails are reduced-size versions of pictures, used to help in recognizing and organizing them, serving the same role for images as a normal text index does for words.
Questions tagged [thumbnails]
3149 questions
1
vote
0 answers
Thumbnail preview for my pdf files in drupal 7
How to create book cover thumbnails in drupal 7? Let us say I am going to search all IT books, the result should be in grid format with book cover along with the name of the book and the author. Then if one of the books click, it will view the…

Handy Manny
- 388
- 1
- 4
- 20
1
vote
2 answers
FlexSlider 2 controlNav error
I'm currently trying to setup a custom thumbnail navigation for FlexSlider and i am using the following code which i believe is correct according to the official flexslider documentation:
$(document).ready(function(e) {
…

Pulsar_Media
- 11
- 3
1
vote
3 answers
how to get row even with ellipsis
How can I make each thumbnail even with the next and so on and the text/title go into ellipsis after each reaches the max. width/height of the row/column. Here is the site and here is the code that needs transformation.
…

rep97
- 39
- 4
1
vote
2 answers
iOS how index of image can be passed from collectionview to scrollview
I am creating a program where if I click on thumbnail in collectionview, larger image should be opened in scroll view which is in another view collector. For that purpose i am using segue. but I am doing something wrong there, how can I solve this…

user2147631
- 83
- 1
- 2
- 9
1
vote
1 answer
Facebook can't get the right image size from blog
A friend needs help with a blog, the problem is that when he posts something from blog to facebook he can't get the right thumbnail, the problem is that at facebook debugger the image that it gets is the thumbnail of the picture. The blog is on…

MDims.
- 33
- 1
- 5
1
vote
2 answers
How to get the thumbnail of a recorded video - windows phone 8?
I've used CaptureSource() to record a video like in this Topic How to record video in a camera app for Windows Phone, but I can't get the thumbnail of the recorded video.

Ouadie
- 13,005
- 4
- 52
- 62
1
vote
2 answers
JAVA: Thumbnail View with reorder using DND
I have an application of thumbnail viewer that requires displaying thumbnails with the feature to reorder them (using DnD).
The thumbnail is a custom component (JLayeredPane).
Here is the wire frame of the application to get a better idea.
Any…

Mo3z
- 2,138
- 7
- 21
- 29
1
vote
1 answer
create fixed size thumbnail dynamically on listview control
how to create fixed size thumbnail dynamically and resize image in listview best fit the size of the thumbnail.
private void Treeview1_AfterSelect(System.Object sender, System.Windows.Forms.TreeViewEventArgs e)
{
if (folder != null &&…

rockrule
- 83
- 4
- 14
1
vote
1 answer
Any jquery plugin for image thumbnail gallery with description in popup
I'm searching the internet for a jquery plugin for image thumbnail gallery with description in popup.. But I didn't get a suitable one till now..
I need next and previous buttons in popup which will show next or previous item description on button…

Sooraj Mohan
- 79
- 2
- 7
- 17
1
vote
3 answers
Featured image doesn't show when link is shared in Facebook
Hello Dear Stack Overflow friends! I've been trying to solve this problem for a couple of days with no success. I've read almost every post available here at Stack Overflow but I can't find out how to solve this.
When I share a link on Facebook, the…

Benjamin
- 11
- 2
- 6
1
vote
1 answer
update_post_meta to add featured image to post no longer works after update to wordpress 3.5.1
I have written a plugin which uses :
add_post_meta( $post_id, '_thumbnail_id', $attach_id );
To set the featured image for a post. This plugin has been working nicely for over a year. I updated to wordpress 3.5.1 and it no longer works. No featured…

user2102939
- 11
- 1
- 3
1
vote
1 answer
wordpress - get thumbnail size from thumbnail name/reference
I have set up a thumbnail like
add_image_size( 'banner_image', 1098, 400, true );
now after this is registered I want to be able to get the dimensions from the reference, i.e.
get_thumbnail_size( 'banner_image' )
{
}
is there anyway of doing…

Luke Snowden
- 4,056
- 2
- 37
- 70
1
vote
1 answer
PHP Google Charts API
I'm writing a program that take a generated data set via Google API and displays it in PHP. This is perfectly fine and has been achieved, however I wish to add thumbnails to the code which displays different charts of the same dataset (in thumbnail…

a.ymous
- 139
- 11
1
vote
7 answers
Reducing size of user avatars? - creating thumbnails
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…

AJ.
- 2,561
- 9
- 46
- 81
1
vote
2 answers
Can any one tell me where the 4xp gap is coming from between my thumbnails?
I’m new to CSS and wondering if you can give me a little help.
I have been working through some tutorials and was having a little play with some popup images.
I can’t for the life of me work out where the 4px gap is coming from between the…

Penfold0101
- 87
- 1
- 1
- 9