Highline Photobank

Print Use

Print use requires a high resolution image. To get a high resoultion image:

  1. Click on the image you'd like to use to see its file name.
  2. The image file name will be the last part you see in the browser location window. For example, "FallCampusLife1337" or "bld8-2.jpg"
  3. Send an email request to the Communications Department with the file name and a brief description of the image/s you'd like in high resolution.

Web Use

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.