Tagged Questions
0
votes
1answer
130 views
Use full size images in a specific gallery
Thumbnails are displaying as 100px however the full size is 130px which is what I want.
I want this only in one specific gallery.
Also would like to link each gallery thumbnail image to an external ...
1
vote
1answer
212 views
Get the bare URL for an attachment
I'm trying to get the link to the thumbnail size of an attachment image.
I tried this:
wp_get_attachment_link( $img_id, 'thumbnail' );
but it returns the actual HTML for the image wrapped in a ...
0
votes
3answers
872 views
How can I get a different image size, if all I have is the link?
For various reasons, I can't use Wordpress' built-in Thumbnail functionality.
What I want to do instead is to use the first image in the post as the thumbnail.
Here's what I found in the codex: Show ...
0
votes
1answer
299 views
changing the default picture size link url
when i'm inserting a single picture thumbnail from the gallery with a link to the original picture, it gives me this:
<a ...
1
vote
1answer
641 views
How to remove attachments size attribute [duplicate]
Possible Duplicate:
Prevent Width and Height Attributes in Image Tag Output
i would like to remove the width="512" height="128" attributes on an attachments
this method is fine on images ...
2
votes
0answers
297 views
Attachment 0×0 size error [closed]
My theme uses 8 different thumbnail sizes. I imported my local installation to the final server using phpmyadmin to export the wordpress database.
Everything is smooth except for the attachments: many ...
8
votes
2answers
3k views
How does WP media uploader create the 3 different sized images, and how can I duplicate it
I have finally!! got this thing I've tried about 12 times to make and 12 different ways, but finally got it to work,... sort of.
I made a custom metabox for uploading and attaching images to posts, ...
2
votes
2answers
366 views
Importing media medium setting image gallery / image attachments
I have recently imported an image gallery to a clean WP install as I am deploying the site to a live domain. I have imported the posts but the images use the medium size for attachements. I would ...