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.
