Title: Image size
Last modified: May 16, 2020

---

# Image size

 *  Resolved [lawriem1](https://wordpress.org/support/users/lawriem1/)
 * (@lawriem1)
 * [6 years ago](https://wordpress.org/support/topic/image-size-212/)
 * Hello
    First of all, thanks for a great quiz plugin. The latest v1.8 has, however,
   caused a problem with the images for each of my questions. I notice that a couple
   of other people have also had an issue with images which have been fixed. Unfortunately,
   all my images now seem to be about 2 or 3 times the size they were before the
   update, with no increase in resolution. Is this something you could help with
   please or should I just revert back to v1.7? Thank you.

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

 *  Plugin Author [Harmonic Design](https://wordpress.org/support/users/harmonic_design/)
 * (@harmonic_design)
 * [6 years ago](https://wordpress.org/support/topic/image-size-212/#post-12843841)
 * Hi lawriem1,
    are you talking about a question featured image, or answer images?
   Can you please send me a link to a quiz so I can take a look? Images shouldn’t
   be any different sizes than before.
 * Also, please verify that it isn’t simply a page cache issue by clearing your 
   browser cache. It could be that your browser has the old HD Quiz styles cached
   instead of loading the new.
 *  Thread Starter [lawriem1](https://wordpress.org/support/users/lawriem1/)
 * (@lawriem1)
 * [6 years ago](https://wordpress.org/support/topic/image-size-212/#post-12843852)
 * Thanks for getting back to me.
    I am talking about a question featured image.
   [http://essexfreemasons.org.uk/quiz/](http://essexfreemasons.org.uk/quiz/)
 *  Plugin Author [Harmonic Design](https://wordpress.org/support/users/harmonic_design/)
 * (@harmonic_design)
 * [6 years ago](https://wordpress.org/support/topic/image-size-212/#post-12843881)
 * Ah I see!
 * The image you uploaded was only 188px wide – which is pretty small. By Default,
   this version of HD Quiz forces the image to “fill the space”.
 * You can override this by adding the following CSS to your theme’s `style.css`
   file.
 *     ```
       .hdq_quiz .hdq_featured_image {
           width: inherit;
           margin: 0 auto;
       }
       ```
   
 * That will make it so that the width is whatever size the image is, and will also
   center the image since we are no longer filling the space.
 *  Thread Starter [lawriem1](https://wordpress.org/support/users/lawriem1/)
 * (@lawriem1)
 * [6 years ago](https://wordpress.org/support/topic/image-size-212/#post-12843977)
 * That worked perfectly.
    Thank you so much for your excellent support.
 *  Plugin Author [Harmonic Design](https://wordpress.org/support/users/harmonic_design/)
 * (@harmonic_design)
 * [6 years ago](https://wordpress.org/support/topic/image-size-212/#post-12843983)
 * no problem! please let me know if any other issues arise.

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

The topic ‘Image size’ is closed to new replies.

 * ![](https://ps.w.org/hd-quiz/assets/icon-256X256.gif?rev=2936040)
 * [HD Quiz](https://wordpress.org/plugins/hd-quiz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hd-quiz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hd-quiz/)
 * [Active Topics](https://wordpress.org/support/plugin/hd-quiz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hd-quiz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hd-quiz/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Harmonic Design](https://wordpress.org/support/users/harmonic_design/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/image-size-212/#post-12843983)
 * Status: resolved