Peel Region homepage
Peel Region
main

Housing and social support

Services to help with financial assistance, housing, and homelessness.

Images

2 versions of the same image needed

Small image (raw file)

  • Width: 660px
  • height: 480px
  • resolution: 96ppi

Wide image (raw file)

  • Width: 1010px
  • height: 400px
  • resolution: 96ppi

Image type and optimization

All hero images should be saved for web [in Photoshop] as JPG. Select a quality range from 50-60 to balance image size and quality.

Breakpoints

Sample breakpoint CSS in this example

/*base code*/

.hero {
    width: 60%;
    float: right;
    box-sizing: border-box;
    padding: 15px 20px 15px 0;
    position: relative;
    min-height: 375px;
}
.hero.hero-right {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  width: 40%;
  background-position: center;
}

@media screen and (max-width: 1010px) {
  .hero.hero-right {
    height: 400px;
    background-position: center;
    width: 100%;
  }
}

/*image code*/

.hero.hero-right{
  background-image: url(/_newsite/templates/_imgs/hero_grandmother-square.jpg);
}
@media screen and (min-width: 640px) and (max-width: 1010px){
  .hero.hero-right{
    background-image: url(/_newsite/templates/_imgs/hero_grandmother_wide.jpg);
  }
}