 Juan
|
Hello,
I’m using this plugin for first time and I have a couple of questions, I really hope someone can help me.
First one is about the random image. The thing is that I need to change the size of the displayed picture. Right now it correctly shows the thumbnail. But what if I want to change it’s size to show it bigger. I found that if I nest the php code for random images in a div and then set div.name img and then set the size, it will actually resize the thumbnail, so the result is a very pixelated image, I noted that on functions.php it is calling the $thumb when I think I should be calling the full image. So what should I do in order to get this result.
Secondly I’m experimenting the same problem on main gallery view (where folders are) I already replaced the folders by an image but It’s also taking the $thumb, I need to resize that one too (much bigger) but maintaining the thumbnails size (because if I don’t maintain the thumbs on the grid will show too big)
Thanks in advance to anyone who can help me with this.
Juan.-
|
 Marcel
|
You can set your thumbnail size larger and shrink them in css.
|
 Juan
|
Hi Marcel, thanks for the answer, maybe I didn’t explain myself well.
I have 3 spots where I need to place images, one for homepage (random image with xx dimensions) then the galleries index page where I show one image from the gallery with xxx size (large), and finally the size of the thumbnails displayed on gallery view, If I change the thumbnail size on css it will change the size of all thumbnails, and I need them in 3 different sizes. I hope to be more clear now.
Thanks!
|
 Marcel
|
You can always use the body class for your page
|