Is it possible to use with K2 images...
K2 resize all images uploaded to XS, S, M, L and XL sizes on media/k2/itens/cache with prefix code .. like this 01f1a05053c6242fcfa23075e5b963c1_L.jpg
Is it possible to include in k2 php code the ari zoom in plugin mode??
Now k2 open the image with modal but i need to zoom in the imagem...
Code: |
<a class="modal" href="<?php echo $this->item->imageXLarge; ?>" title="<?php echo JText::_('Click to preview image'); ?>">
<img src="<?php echo $this->item->image; ?>" alt="<?php if(!empty($this->item->image_caption)) echo $this->item->image_caption; else echo $this->item->title; ?>" style="width:<?php echo $this->item->imageWidth; ?>px; height:auto;" />
</a>
|