Image Resizing | XM Community
Skip to main content

I have six images in a multiple choice question and I would like to maximize the size of each image.
The images currently take up only a portion of the space allotted to them, and I would like to have them take up the full space.

image.pngIn the image above, each colored rectangle has some grey space around it. I would like the rectangle to take up the full size of the grey space

Hi Paul,
you could try to add the style object-fit:cover to your images in this question
the below should be inserted in the style section
img#QID{
object-fit:cover;
}

QID would be the Qualtrics QuestionId of your question

Best regards

Rudi




Leave a Reply