Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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 14 Years, 2 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 14 Years, 2 Months ago Karma: 748
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 14 Years, 2 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 14 Years, 2 Months ago Karma: 748
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