Title: Remove styling
Last modified: December 5, 2016

---

# Remove styling

 *  Resolved [marcelkunzler](https://wordpress.org/support/users/marcelkunzler/)
 * (@marcelkunzler)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-styling/)
 * Hello. Thanks for this great plugin. When crediting featured images, I noticed
   the span is being styled with the same width of the image.
 * <span class=”media-credit” style=”width: 650px”>JOHN DOE, AP</span>
 * My theme dynamically resizes some images, so I was wondering if there is a way
   to disable this.
 * Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-styling/#post-8521517)
 * You can use the filter hook `media_credit_post_thumbnail` to override the HTML.
 * Current parameters for the filter:
 *     ```
       string       $content           Empty string.
       string       $html              The post thumbnail HTML.
       int          $post_id           The post ID.
       string       $post_thumbnail_id The post thumbnail ID.
       ```
   
    -  This reply was modified 9 years, 6 months ago by [pepe](https://wordpress.org/support/users/pputzer/).
    -  This reply was modified 9 years, 6 months ago by [pepe](https://wordpress.org/support/users/pputzer/).
    -  This reply was modified 9 years, 6 months ago by [pepe](https://wordpress.org/support/users/pputzer/).
 *  Thread Starter [marcelkunzler](https://wordpress.org/support/users/marcelkunzler/)
 * (@marcelkunzler)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/remove-styling/#post-8579997)
 * Thanks! It worked great.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove styling’ is closed to new replies.

 * ![](https://ps.w.org/media-credit/assets/icon.svg?rev=2570388)
 * [Media Credit](https://wordpress.org/plugins/media-credit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/media-credit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/media-credit/)
 * [Active Topics](https://wordpress.org/support/plugin/media-credit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/media-credit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/media-credit/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [marcelkunzler](https://wordpress.org/support/users/marcelkunzler/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/remove-styling/#post-8579997)
 * Status: resolved