Question
How I can show an image in its real size?
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?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
