Issue sizing PNG in Text/Graphic question | XM Community
Skip to main content
Question

Issue sizing PNG in Text/Graphic question


Forum|alt.badge.img+1

I have a PNG that I inserted into a Text/Graphic question. No matter the size of the original PNG it always appears much smaller in the survey program. Is there a way to make the image larger in the page?

I currently have the JS below to create a box around the image.

jQuery("#"+this.questionId).css({"padding": "15px", 
       "border-radius": "8px",
        "border": "2px solid #007AC0"
    });

 

For some reason there is more white space at the bottom.

2 replies

TusharDalwani
QPN Level 6 ●●●●●●

Hello Regan, once you have added the png picture in your question text, open the source of question text and adjust the size of the image as needed.


Forum|alt.badge.img+1
  • Author
  • 2 replies
  • February 10, 2025
TusharDalwani wrote:

Hello Regan, once you have added the png picture in your question text, open the source of question text and adjust the size of the image as needed.

This doesn’t work. I doubled the px and it still looks the same in the preview. Is it possible the question container is limiting the size?


Leave a Reply