Title: [Plugin: Get the Image] Image alignment
Last modified: August 19, 2016

---

# [Plugin: Get the Image] Image alignment

 *  [stephaniev](https://wordpress.org/support/users/stephaniev/)
 * (@stephaniev)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-get-the-image-image-alignment/)
 * I’ve been going bonkers trying to get my thumbs to align left instead of always
   being on top of the post.
 * I’m using the standard call to the image
 * `<?php get_the_image( array( 'custom_key' => array( 'Thumbnail', 'thumbnail' ),'
   size' => 'thumbnail' ) ); ?>`
 * But any variation of alignleft placed in the code screws it up. Can someone point
   me in the right direction?
 * Thanks!
 * [http://wordpress.org/extend/plugins/get-the-image/](http://wordpress.org/extend/plugins/get-the-image/)

Viewing 1 replies (of 1 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-get-the-image-image-alignment/#post-1713514)
 * if i interprete the readme.html correctly, then this should work:
 * `<?php get_the_image( array( 'custom_key' => array( 'alignleft', 'Thumbnail','
   thumbnail' ), 'size' => 'thumbnail' ) ); ?>`

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Get the Image] Image alignment’ is closed to new replies.

 * ![](https://ps.w.org/get-the-image/assets/icon-256x256.png?rev=1735614)
 * [Get the Image](https://wordpress.org/plugins/get-the-image/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/get-the-image/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/get-the-image/)
 * [Active Topics](https://wordpress.org/support/plugin/get-the-image/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/get-the-image/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/get-the-image/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-get-the-image-image-alignment/#post-1713514)
 * Status: not resolved