Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Images in Headers/Footers
When you use the {image_control_name.img}, outputs <img src="the image's url"/>. This will output the image in its normal size. In this case, that is 174x170 pixels for the color grid.
You can instead use something like: <img src="{<image_control_name>.url}" width="50" height="50"/> to size the image smaller to fit.
...