How I can show an image in its real size? | XM Community
Question

How I can show an image in its real size?

  • 8 December 2019
  • 1 reply
  • 247 views

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?

1 reply

Userlevel 6
Badge +5
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