coderteams/yii2-imageboss

Renders IMG tags with the ImageBoss third party service acording to device screen size

Installs: 462

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 4

Forks: 0

Open Issues: 1

Type:yii2-extension

1.0.5 2019-06-21 13:59 UTC

README

Renders IMG tags with the ImageBoss third party service acording to device screen size

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist coderteams/yii2-imageboss "*"

or add

"coderteams/yii2-imageboss": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \coderteams\imageboss\Image::widget(['url'=>'/myimage.jpg']); ?>```