PHPackages                             oylabs/mobile-image-resizer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. oylabs/mobile-image-resizer

ActiveSymfony-bundle[Image &amp; Media](/categories/media)

oylabs/mobile-image-resizer
===========================

Mobile Image Resizer

0242PHP

Since Jun 24Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Zolotar1988/custom-image-resizer)[ Packagist](https://packagist.org/packages/oylabs/mobile-image-resizer)[ RSS](/packages/oylabs-mobile-image-resizer/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Olabs/MIRBundle
===============

[](#olabsmirbundle)

Example
=======

[](#example)

\#/app/config/parameters.yml images\_gallery\_sizes: Product: logo: main\_thumbnail: width: 50 height: 50 iphone: standart: width: 840 height: 620 thumbnail: width: 320 height: 240 android: standart: width: 840 height: 620 thumbnail: width: 320 height: 240 images: main\_thumbnail: width: 50 height: 50 iphone: standart: width: 840 height: 620 thumbnail: width: 320 height: 240 android: standart: width: 840 height: 620 thumbnail: width: 320 height: 240 AppKernel.php
===================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#appconfigparametersymlimages_gallery_sizesproductlogomain_thumbnailwidth-50height-50iphonestandartwidth-840height-620thumbnailwidth-320height-240androidstandartwidth-840height-620thumbnailwidth-320height-240imagesmain_thumbnailwidth-50height-50iphonestandartwidth-840height-620thumbnailwidth-320height-240androidstandartwidth-840height-620thumbnailwidth-320height-240appkernelphp)

```
new Olabs\MIRBundle\OlabsMIRBundle(),

```

========= #/app/config/config.yml image\_resize: image\_loader: imagine\_class: 'Imagine\\Gd\\Imagine' type: 'file'

Product.php
===========

[](#productphp)

```

```

you\_project/Service/ProductManager.php
=======================================

[](#you_projectserviceproductmanagerphp)

```
