I am using an image of a website(1448x1130) in my survey, but when taking the survey(or preview) the image is displayed too small and doesn't adapt to the size of the browser, It's a fixed size. Can I change it to make it bigger or adaptive?
thanks
Page 1 / 1
Go into you Survey Look and Feel area.
Go to Style
Add this CSS:
---------
.Skin .SkinInner {
width: 85%;
max-width: 85%;
}
---------
Adjust the % to fit what you need. The good thing is that all your defined Sections will not be affected.
I have a similar question. But I would like to set the exact height and width of just that image in pixels. This can be done in the Rich Content Editor with images inserted into other question, but not the Heat Map unfortunately.
thanks!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.