Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2checkout




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

question arizoom in smart content
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: question arizoom in smart content
#3326
question arizoom in smart content 1 Year, 11 Months ago Karma: 0
hello
i use ari zoom part of smart content via module smartcontent, and my question is: i putted 2 pictures
{arijzoom
src="images/stories/myphoto/av_zoom.jpg"
srcSmall=""
thumbWidth="100"
thumbHeight="100"
zoomWidth="200"
zoomHeight="100"
offset="50"
position="right"
preload="yes"
shadow="yes"
useLens="yes"
}


{arijzoom
src="images/stories/myphoto/ac_zoom.jpg"
srcSmall=""
thumbWidth="100"
thumbHeight="100"
zoomWidth="200"
zoomHeight="100"
offset="50"
position="left"
preload="yes"
shadow="yes"
useLens="yes"
}

but i do not know how to control the space between those 2 images (or more)
as i don't know how to apply arizoom to one complete gallery and how to do it

if someone have idea, you're welcome
thanks
totophe
The administrator has disabled public write access.
 
#3329
Re:question arizoom in smart content 1 Year, 11 Months ago Karma: 278
Hello,

Regarding the first questions, for example, you can wrap {arizoom} tag with <TABLE> HTML element. It will look like:

Code:


<table cellpadding="5" border="0">
  <tr>
    <td>
{arijzoom
src="images/stories/myphoto/av_zoom.jpg"
srcSmall=""
thumbWidth="100"
thumbHeight="100"
zoomWidth="200"
zoomHeight="100"
offset="50"
position="right"
preload="yes"
shadow="yes"
useLens="yes"
}
    </td>
    <td>
{arijzoom
src="images/stories/myphoto/ac_zoom.jpg"
srcSmall=""
thumbWidth="100"
thumbHeight="100"
zoomWidth="200"
zoomHeight="100"
offset="50"
position="left"
preload="yes"
shadow="yes"
useLens="yes"
}
    </td>
  </tr>
</table>



Regarding the second question about gallery, could you explain what you mean? Do you want to create image gallery with zoom effect for all images from specific folder(s)?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3332
Re:question arizoom in smart content 1 Year, 11 Months ago Karma: 0
hello
thanks for this tip

second question i wanted to say

is it possible create normal gallery of pictures
and then after to apply aryzoom to this gallery but generally, not picture by picture

totophe
The administrator has disabled public write access.
 
#3334
Re:question arizoom in smart content 1 Year, 11 Months ago Karma: 278
Hello,

Unfortunately the plugin can't add zoom effect to images on page, but you can use 'srcDir' parameter of plugin for creating thumbnail and show them with zoom effect from specific folder(s) on your site.

PS: We are going to add possibility of creating thumbnails with zoom effect based on images from page to the next version of ARI Zoom component.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1