You might have better luck using wp_get_attachment_url( $id ) rather than wp_get_attachment_image(). Take a look at the WordPress codex for the call.
Related Posts:
- Adding width and height to wp_get_attachment_image_src
- How To Retrieve An Image Attachment’s Alt Text?
- Creating an Image-Centric Custom Post Type?
- getting attachement images src and add classes
- Check if post has attachments (not image)
- Validate alt text for attachments?
- Applying automatic link class to images embedded to posts
- delete attachment from front end
- Auto delete WordPress images/thumbnails (all sizes) and featured after X days/hours, or similar?
- get post attachments of a particular size
- Change image link: wp_get_attachment_link
- Automatically wrap post image in div
- Making images from single.php pointing to an attachment .php template
- How do I delete thousands of unattached images?
- wp_get_attachment_image_src always returns false
- Exact image sizes
- How to add a rel attribute to images that contains their categories?
- Get the size (size in Kb or MB) of an featured image?
- Importing media medium setting image gallery / image attachments
- query attachment images … if no attachments -> get attachments of parent page?
- How to add multiple checkbox elements to media attachments?
- Edit default image attachment size
- Change code to display image attachment page
- Attachment 0×0 size error [closed]
- Add image attachment to post via coding?
- How to retrieve alt attribute for an attachment (uploaded image)?
- Get post attachment images dimension and use in embed code
- use wp_get_attachment_image() to show attachments
- Displaying Post Attachment(s) at Top of single.php
- Get the bare URL for an attachment
- Display attachment resolution size
- How to check if there is image title, caption, description?
- How to remove attachments size attribute [duplicate]
- How to redirect ‘file url’ to ‘post url’ i.e. in attachment.php
- Check what attached image size is used
- How do I get all attachments that are used in the current post, not just the children?
- Clean up images, delete unused image sizes attached to a post type
- Delete associated thumbnails when calling wp_delete_attachment
- What will happen if I delete all my attachment type posts from database?
- Get title of post image is attached to
- Correct attachment size
- Post Gallery list attachments except the one used as post thumbnail
- Get image attachment to a post outside the loop?
- How do I intercept and modify the functionality of wp_get_attachment_image()?
- Unable to get wp_get_attachment_url to show
- Get Attachment Image Class by attachment id
- Possible to add “Even/Odd Classes” to image attachments via wp_get_attachment_image?
- changing the default picture size link url
- Get an image from the media library. Struggling with the code?
- How to view exact image dimensions of a media in Admin view?
- Filter not applied to all image sizes
- wp_get_attachment_image_src calling wrong location
- wp_delete_attachment doesn’t delete image files / doesn’t work
- Get attachment URL from attachment Link in WordPress
- Display setting ‘size’ not available in image settings modal
- Get “Image CSS Class” value from the Advanced Options section
- Hide Image Container if No Image Attachments
- Incomplete attachment page
- How to retrieve “custom url” from image attachment in wordpress
- Retreive tags from attached post for media on page
- list of attachments: wp_get_attachment_link works, wp_get_attachment_image does not
- Adding thumbnails for non-image attachments
- What is the most efficient way to retrieve a group of image URL’s from different attachment ID’s of a specific crop size?
- get_image_tag filter not working
- Change attachment inside the_content using filters
- Get all posts (of any post type) an attachment is used in
- Insert an image into a post by API
- Creating a rotating header /image slider using theme customization
- how to test for attached image
- Can i hide the attachments from media which I uploaded from front end?
- Automatically delete attachments and posts [closed]
- How to delete orphan attachments?
- sanitize attachment filename
- Disable edit media attachments?
- Post Auto Draft Issue
- Add filename to attachment page url
- Is there a way to get attachment data?
- Detach an image from a page using php
- custom admin thumbnail for videos, not getting post’s id?
- WordPress Image Attachment using remote image
- Auto delete attachments that are older than x days
- Query to only return the 2 newest post attachments (images)?
- problem in uploading attachment to custom directory
- filter get_children to return all mime types EXCEPT ‘x’
- NextGEN Gallery – open all images on page in fancybox [closed]
- Links to my uploads went crazy
- How to replace post image url before posting using api?
- Auto delete content in specific folder inside media library
- How to update an image attachment’s alt text from a custom field when saving a post?
- How is it possible that a gallery doesn’t have attachment ids?
- Allow users to upload attachments to certain posts
- How can I add an “Attach image to this post/page” link on the Add Media lightbox?
- Change default “Apply Changes To” radio option when editing images
- Get video attachment ID and display length
- Add link to attachment for old posts
- How can I hide previous_image_link() on first attachment page?
- Move caption in on attachment page
- Change the way wordpress outputs images or image galleries
- HTML in PHP problem [closed]
- How can I use an image from an external source without uploading it to the media library