dev-master
9999999-dev https://github.com/jaimevalasek/JVPhpThumbUse this module to generate thumbnail to apply the images on your website.
BSD-3-Clause
The Requires
zf2 jaimevalasek crear thumbnail dynamically
Wallogit.com
2017 © Pedro Peláez
Use this module to generate thumbnail to apply the images on your website.
Create By: Jaime Marcelo Valasek, (*1)
Use this module to generate thumbnail to apply the images on your website., (*2)
Futures video lessons poderam be developed and posted on the website or in http://www.zf2.com.br/tutoriais Youtube channel http://www.youtube.com/zf2tutoriais, (*3)
Download this module into your vendor folder., (*4)
After done the above steps, open the file config / application.config.php. And add the module with the name JVPhpThumb., (*5)
"require": {
"jaimevalasek/jv-php-thumb": "dev-master"
}
php $ php composer.phar update, (*6)
application.config.php.<?php
return array(
'modules' => array(
// ...
'JVConfig',
'JVPhpThumb',
),
// ...
);
module.config.php.return array(
// ...
'php_thumb' => array (
'thumbnail_folder' => array(
'produto-pagina-inicial' => '/conteudos/imagens/'
),
'cache' => true,
),
// ...
);
// View Code < img alt="imagem" src="/thumbnail/nameModuleConfigFolder/250/150/8:5/imagem.jpg" >, (*7)
exemplo da url htttp://www.seusite.com.br/thumbnail/produto-pagina-inicial/250/150/8:5/imagem.jpg htttp://www.seusite.com.br/thumbnail/name_thumbnail_folder/width/height/ratio/image, (*8)
Use this module to generate thumbnail to apply the images on your website.
BSD-3-Clause
zf2 jaimevalasek crear thumbnail dynamically