up Inquisit Language Reference

imagesize attribute

The imagesize attribute defines the width and height of the bounding rectangle of a picture as displayed by an image survey item.

Member of

<image>

Syntax

/ imagesize = (width variable, height variable)

Parameters

width variable The width of the rectangle in pixels (default), percent, or points.
height variable The height of the rectangle in pixels (default), percent, or points.

Remarks

The imagesize attribute allows pictures to be scaled to the appropriate size for inclusion in a survey.

Examples

The following presents a picture sized to fit within a 100 by 200 pixel rectangle.

<image question1>
/ items=("question1.jpg")
/ imagesize=(100, 200)
</image>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.