i have to open image in new browser window, but with a larger size.
i am using the code below :
<a href="<?php echo $prodata['Product']['imgurl1'];?>" target="_blank">
<img src="<?php echo $data['Product']['imgurl'];?>" alt="Img 1" width="374" height="279" id="bigimage" title="<?php echo $prodata['Product']['img1desc'];?>" style="border:1px solid #CCCCCC"/>
</a>
The problem is that the image i need to open in a new browser window should of a lager size.
Can anybody help me, please.?
Can anybody tell me how can i use timthumb with cakephp