Print use requires a high resolution image. To get a high resoultion image:
Photobank images are web-ready and have a native width of 480px and varying heights. Click on each image to see its file name, size and location on the server. To place a Photobank image on your page, use html source code similar to the example below:
<img src="http://includes.highline.edu/photobank/images/image-name-here.jpg" alt="science students in classroom"/>
To resize an image, include an inline style along with the html source code. For example:
<img src="http://includes.highline.edu/photobank/images/image-name-here.jpg" style="width:240px" alt="science students in classroom" />
This will give the image a width of 240 pixles. The height will auto adjust proportionally. Make sure to give the image alternate text for greater accessibility.
Note: Please link directly to the image on the Highline Includes server as indicated in the example above. There is no need to download the image and place it in your website's file structure.