Increase gallery image size
-
The thumbnail enlargements are too small, but I cant find the code that deals with that. I tried using firebug but that didnt work either. Is there a separate section that deals with the gallery images? Blog LInk
The blog I need help with is: (visible only to logged in users)
-
This is the link to support documentation on creating a Gallery.
This is a link to an excellent resource on working with Galleries. You will find two ways to increase thumbnail image sizes in that post if you scroll down to: “Can my thumbnail images be bigger?” -
Thanks but thats not really what Im asking. I mean that once you click on the thumbnail and get a bigger image that enlarged image is still too small.
-
I notice that you’ve posted this in the CSS Customization forum, and therefore assume you have the Custom Design upgrade.
Manifest does have a very narrow posting column (500 pixels). Hopefully someone with CSS editing experience will be along to help you out soon.
-
-
As Jennifer says, the width of the posting area in Manifest is 500px which means images cannot be over that width unless you increase the width of the theme entire theme, which can be done if that is what you want to do. If so, what width are you wanting?
Your other choice of course is to have the gallery images open in the browser instead of the attachment page, which will allow the image to open full-sized.
-
-
OK, I’m seeing the problem. You have increased the size of the site from 500 to 750, but the attachment page images are still coming in at 500px.
On the CSS edit page, go down below the text area and make sure you have increased the maximum width for images and videos to 750 and then save the stylesheet again.
To make this change take effect, you might have to delete the gallery from the post and then reinsert it.
-
-
Unfortunately even when I change the width to 700 and make a new gallery, the images remain the same size. I was able to change images inserted directly into the post to a bigger size via the CSS but gallery images don’t seem to want to change.
-
Staff need to look at this. The div for .gallery-image is showing full width (750px), but it is inserting the image at 500px wide.
What you can do as a temporary (well, permanent if you wish) fix is to add the following to the very bottom of your custom CSS.
.attachment-500x500 { width: 750px; } -
I’ve tagged this thread for staff attention and hopefully they will respond and figure out a permanent fix.
And actually, instead of using 750px for the width, use 100%.
.attachment-500x500 { width: 100%; } -
-
@thesacredpath: Im experiencing pixelation now, is there any way to avoid that? The uploaded images are 1000×667 so they should be more than large enough.
-
I should have mentioned that and that is why I mentioned it as a “temporary” solution. What is happening is that wordpress is creating a 500px wide image off of your original and that is what is inserted into the attachment page. We are taking that 500px image and scaling it up to 750px wide, so there will be a loss in quality since we are now relying on the browser to upsize that 500px image to 750px rather than on the wordpress software to create a new 750px wide image off the original.
As I said, hopefully staff will look into this and fix it and then at that point you can delete the CSS workaround.
One other thing you might do just as a test is to make a test page with newly uploaded images in a gallery and see if those newly uploaded images will show up at 750px. I say page rather than post so that it does not go out on your RSS feed or to any subscribers you may have since it is just a test.
-
Figured it was something like that. Cool, Ill wait around to see if the staff fixes it. Thanks again.
-
Cool, Ill wait around to see if the staff fixes it.
I’m not sure about what you mean by “waiting around”. It’s not likely that Staff will address this issue immediately. I’m not even sure that Themes Staff work 7 days per week and it’s Saturday.
-
I’ve posted a message to staff on this, so hopefully it will get to the theme team, but like Timethief says, it could be a few days and perhaps a week or so before it gets fixed (assuming they choose to fix it).
-
-
It’s not so much that WordPress is creating a 500px wide image as it is the theme. I think this is a theme issue, but I need to do some more researching to find out. :)
I will dig a little and let you know what I find out.
- The topic ‘Increase gallery image size’ is closed to new replies.