For a question, I would like to show an image that its real size 1200px by 4004px. Qualtrics shrinks it, but it's really important that I show it in its true size. I try to change the CSS codes written below, but it change it for all questions and make the whole questionnaire messy.
.Skin .SkinInner { width: 100%; max-width: 1600px; margin: auto }
Next, I tried to add the question ID to the code, hoping it only applies to that specific question, but it didn't work:
.Skin .SkinInner #QID331 { width: 100%; max-width: 1600px; margin: auto }
Finally, I tried to add the code in the HTML view of that question, and it didn't work either.
Any idea what I'm missing?
Page 1 / 1
Not sure if this would work, but you could try creating a table with 1 row and 1 column and 0 for border width, and set the table with to whatever size the width of your image is. You can then insert the image into the table.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.