An open API service indexing awesome lists of open source software.

https://github.com/alvaropaco/mobile-image-load

This directive allow to load and render some image through various EXIF orientation flags, in both landscape and portrait orientation.
https://github.com/alvaropaco/mobile-image-load

Last synced: 6 months ago
JSON representation

This directive allow to load and render some image through various EXIF orientation flags, in both landscape and portrait orientation.

Awesome Lists containing this project

README

        

# mobile-image-load
This directive allow to load and render some image through various EXIF orientation flags, in both landscape and portrait orientation.

## Installing
To install the component just:
```bash
$ bower install mobile-image-load -save
```

Then, include the necessary files into your index.html as the example below:

```html



```

After that, you can import the new directive using 'image-load' tag.

## Usage

This directive just work with .jpg, .gif or .png images. To correct the image orientation just add `image-load` to a parent `

` in your image. See the example below:
```html



```
## Options
You can set some options to image render as:
- *Height*: set the height of the generated canvas just imputing the `height` attribute to the `
`
- *Width*: set the width of the generated canvas just imputing the `width` attribute to the `
`
- *Class*: setting the `class` attribute to the `
`, the directive replaces automatically the default style for the canvas canvas.