Title: [Plugin: Really Simple CAPTCHA] CAPTCHA image width doesn&#039;t change
Last modified: August 20, 2016

---

# [Plugin: Really Simple CAPTCHA] CAPTCHA image width doesn't change

 *  [Ilya](https://wordpress.org/support/users/shvakovski/)
 * (@shvakovski)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-really-simple-captcha-captcha-image-width-doesnt-change/)
 * Strage behaviour of a plugin. I use it with CF7 with form tags like:
 *     ```
       <p>Цифры с картинки (обязательно)<br />
           [captchac captcha-556][captchar captcha-556] </p>
       ```
   
 * and when I changed plugin option (enlarged width from 72 to 144 and set to show
   6 chars):
 *     ```
       $this->char_length = 6;
       $this->img_size = array( 144, 24 );
       ```
   
 * nothing is changed.
    Image still has 72px width: [http://mcolmed.ru/wp-content/uploads/wpcf7_captcha/1266694575.png](http://mcolmed.ru/wp-content/uploads/wpcf7_captcha/1266694575.png)
 * The only way for me to affect width is replacing $this->img_size[0] with %number%
   here:
 *     ```
       if ( $im = imagecreatetruecolor( $this->img_size[0], $this->img_size[1] ) ) {
       ```
   
 * But is there another way to affect image size?
 * [http://wordpress.org/extend/plugins/really-simple-captcha/](http://wordpress.org/extend/plugins/really-simple-captcha/)

The topic ‘[Plugin: Really Simple CAPTCHA] CAPTCHA image width doesn't change’ is
closed to new replies.

 * ![](https://ps.w.org/really-simple-captcha/assets/icon-256x256.png?rev=1047241)
 * [Really Simple CAPTCHA](https://wordpress.org/plugins/really-simple-captcha/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-captcha/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-captcha/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-captcha/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-captcha/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-captcha/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Ilya](https://wordpress.org/support/users/shvakovski/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-really-simple-captcha-captcha-image-width-doesnt-change/)
 * Status: not resolved