• Resolved lawriem1

    (@lawriem1)


    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

    (@harmonic_design)

    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

    (@lawriem1)

    Thanks for getting back to me.
    I am talking about a question featured image.
    https://essexfreemasons.org.uk/quiz/

    Plugin Author Harmonic Design

    (@harmonic_design)

    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

    (@lawriem1)

    That worked perfectly.
    Thank you so much for your excellent support.

    Plugin Author Harmonic Design

    (@harmonic_design)

    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.