I’m sorry, but what’s wrong with this thumbnail?
For me is quite good:
View post on imgur.com
But You are using this one:
http://motleydogs.com/wp-content/uploads/2012/02/cat-kisses-make-dog-smile-150×150.jpg
upPrev uses template or system defined thumbnails.
Try change “Settings” -> “Media” -> “Thumbnail size” to other size.
Witam,
Mam problem z obrazkiem w upprev. (po zmianie szablonu).
Doszedłem do tego, że ten fragment kodu css powoduje ten problem:
img { max-width: 100%; height: auto; width: auto; }, niestety po usunięciu w/w kodu slider nie wyświetla się poprawnie, nie mam pomysłu jak to naprawić. Adres: fotokult.pl
Z góry dziękuje za pomoc.
These are English language forums. Please use English.
Sorry.
I have a problem with upprev – thumbnail is much too large. (after changing the template).
I found the code responsible for the problem: img {max-width: 100% height: auto; width: auto;}, unfortunately, after removal (code), the slider does not display well.
I do not know how to fix it. Please help me. Thanks.
URL: fotokult.pl
Marcin,
What you are seeing, according to your screen shot, is what I want. But what I see is huge. Here is a screenshot of what I get:
https://dl.dropbox.com/u/16423991/upPrev%20screenshot.JPG
I do not see a setting for “media.” I am using the most recent version: Version 3.3.9.
Any idea? Are you on a Linux OS like Ubuntu? Your snapshot looks like Ubuntu, or Mac. I’m using Win 7. I wonder if this has anything to do with the difference…
Michelle
Are you on a Linux OS like Ubuntu?
Yes. 😀
Ok, I check on windows, but it must wait a bit. Actually I don’t have any computer with MS.
I have a problem with upprev – thumbnail is much too large.
It is the same issue. I see thumbs on fotokult prefect good.
Hmmmm… I will log into my Ubuntu computer and see if it’s the same there. Odd.
Ha! I figured it out! In the CSS I simply needed to add a width parameter.
Original code:
#upprev_box a.upprev_thumbnail img
{
border:0;
float:left;
margin:0 10px 5px 0;
After I added the width:
#upprev_box a.upprev_thumbnail img
{
width: 70px;
border:0;
float:left;
margin:0 10px 5px 0;
Here is a screen cap: https://dl.dropbox.com/u/16423991/Screen%20cap.JPG