• Resolved Gogaku

    (@gogakufr)


    Hello.

    I would like to display some images on the result page of a quiz (depending of the user’s score).
    It works but it seems that I couldn’t modify the size of these images.
    Could someone help me?

    Thank you very much.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Ays Pro

    (@ays-pro)

    Dear @gogakufr ,

    Thank you for the topic.

    Please provide us with the following information for further investigation of the case.

    1. The link, where the given quiz is located. Make sure the quiz is open to guests.
    2. Please clarify what images exactly you are referring to by providing us with screenshots.

    Looking forward to your reply.

    Thank you.

    Thread Starter Gogaku

    (@gogakufr)

    Hello.

    Thank you for your reply.

    1. Unfortunately, due to my website structure, I can’t open the quiz to guests. It’s only for logged-in users.
    2. But sure, I can provide you screenshots.

    I just want to modify the size of the images on the result page but I don’t see any option.

    Thank you for your help.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @gogakufr,

    Thank you for your reply.

    Our Dev Team has created a new CSS code to achieve your desired result.
    Please take this Custom CSS code and insert it into the Quizzes > particular quiz > Styles tab > Custom CSS option.

    Then, replace YOUR_QUIZ_ID with the corresponding Quiz ID (e.g. 3, like this #ays-quiz-container-3).
    Do not delete the space after it.
    Do not forget to clear the cache afterward.
    You can increase the width. As an example, we set 400px.

    ays-quiz-container-YOUR_QUIZ_ID .ays-questions-container .ays_message div:first-child div:first-child {
    max-width: 100% !important;
    }

    ays-quiz-container-YOUR_QUIZ_ID .ays-questions-container .ays_message div:first-child div:first-child img {
    width: 400px;
    height: auto;
    }

    Please check this and let us know about the outcome.

    Thank you.

    Thread Starter Gogaku

    (@gogakufr)

    Hello.

    It works! Thanks a lot 🙂

    Have a nice day.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @gogakufr,

    Thank you for your reply.

    Glad to hear that the CSS code was of help to you.
    If your query is resolved, please take a moment to rate and review the plugin or support.

    Thanks in advance!

    Thread Starter Gogaku

    (@gogakufr)

    Done! 🙂

    Plugin Support Jasmine

    (@hyenokian)

    Dear @gogakufr,

    Thank you for your reply and wonderful review.

    We are thrilled that you loved your experience; our staff will definitely be happy to read what you wrote.
    We put customer experience and satisfaction as our highest priority, and your review reaffirms the hard work we put in every day.

    Have a nice day!

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

The topic ‘Result page image size’ is closed to new replies.