Title: Allow Custom Sizes
Last modified: August 21, 2016

---

# Allow Custom Sizes

 *  Resolved [trex005](https://wordpress.org/support/users/trex005/)
 * (@trex005)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/allow-custom-sizes/)
 * Please add the following code right after extracting the attributes in get_images().
   This will allow people to specify their own sizes in the credit table eg 64×64
 *  if(stripos($size,’x’)!==false)
    { $size = explode(‘x’,$size); }
 * [https://wordpress.org/plugins/credit-tracker/](https://wordpress.org/plugins/credit-tracker/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [labs64](https://wordpress.org/support/users/labs64/)
 * (@labs64)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/allow-custom-sizes/#post-4756614)
 * Hi trex005,
 * Thank you for your suggestion. We proud to tell you that with [v0.9.12](https://wordpress.org/plugins/credit-tracker/changelog/)
   we’ve introduced new ‘size’ attribute values.
 * New allowed values:
    [credit_tracker_table size=”100×50″] [credit_tracker_table
   size=”50″]
 * Best Regards,
    R.Brown

Viewing 1 replies (of 1 total)

The topic ‘Allow Custom Sizes’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/credit-tracker_e3e3a5.svg)
 * [Credit Tracker](https://wordpress.org/plugins/credit-tracker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/credit-tracker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/credit-tracker/)
 * [Active Topics](https://wordpress.org/support/plugin/credit-tracker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/credit-tracker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/credit-tracker/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [labs64](https://wordpress.org/support/users/labs64/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/allow-custom-sizes/#post-4756614)
 * Status: resolved