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.
In 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
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.