1.0.4 • Published 8 years ago

studiometa-background-cover v1.0.4

Weekly downloads
5
License
Beerware
Repository
github
Last release
8 years ago

Background-cover

A small javascript implementation of the background-size: cover algorithm.

Installation

yarn add studiometa-background-cover

Usage

import backgroundCover from 'background-cover'

const elementSizes = { width: 1500, height: 1200 }
const containerSizes = { width: 1280, height: 800 }

const newSizes = backgroundCover(elementSizes, containerSizes)
console.log(newSizes) // { width: 1280, height: 1024 }
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago