On Fri, Sep 24, 2010 at 9:36 PM, Nova Lina <[email protected]> wrote:
> dear all... i have a problem with manage image on my web.... im junior
> programer, first time using symfony 1.4
> i dont understand how manage it..... <div><?php echo
> image_tag('casual_boots.jpg', array()) ?></div>,,,,,...... -_-!
> thankyou....

Hi,

You can use the size parameter inside the array, for example:

<?php echo image_tag('/uploads/paints/first.jpg', array('size' => '100x150')) ?>

The official documentation is always useful ;)

-- 
Diego Bello CarreƱo

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to