Skip to content

Convenience library for resizing images on the fly built with Kohana 2

Notifications You must be signed in to change notification settings

iloveitaly/DynamicImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example Usage:

<?=html::dimage(array('src' => '/path/to/image.jpg', 'height' => 200, 'width' => 200, 'maintain_ratio' => 'height'))?>
<img src="/di/?f=/path/to/image.jpg&w=200&h=200&mr=height" />

About

Convenience library for resizing images on the fly built with Kohana 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages