Code

Discussion on Jquery Slider Zoom In/Out Effect Fully Responsive

Discussion on Jquery Slider Zoom In/Out Effect Fully Responsive

Cart 3,475 sales

LambertGroup supports this item

Supported

This author's response time can be up to 1 business day.

387 comments found.

Hey really great slider!

i need to change the circle position, by default it is on right-top corner, i need it on the right-button corner. thanks in advance.

Hello,

In this file ‘bannerscollection_zoominout.css’ you can modify this class ‘mycanvas’. Try to add some margin-top

Regards

Hi Hello I want to implement “Slider Zoom In/Out Effect” with extended license in a site that has already jquery 1.8.3 included and I cant change the version (used for megamenu.js). Will slider work fully with this jquery version?

Regards Susanne

Hello,

Yes, it will work with jquery 1.8.3

Regards

P.S. If you intend to resell the website you need to buy Extended License but if it’s only your website or client website, the Regular License is enough

Regards

Hi great slider, is there any way to add shadows on sides of the slider!

Thanks

Hello,

You can insert the slider inside a div and add the shadow for that div

Regards

Dear LambertGroup, i have install your great slider to my site…but…the loader is spinning, and no images loaded… Pls see… http://tinyurl.com/p273gmy i have add the images, js files, css files and all the slider needs in the right place.

I would really appreciate it if you could help me,

Kindest regards, xrisxal2000

Dear Lambertgroup.

Thanks for the excellent support and help, one last think pls…

visit… http://tinyurl.com/p273gmy i have install the slider ok with your hrlp, but i want the slider to be behind the form that you see there, i want the form in front…

how i can do that pls?

I really appreciate yoir help and effort, KIndest regards, xrisxal2000

Add a z-index for the form. Please note that z-index also requires position:absolute or position:relative to work

Regards

AWESOME SUPPORT!!! Thanks guys. 5 stars support

Hi LambertGroup – What’s the upgrade policy if we already have a license for an earlier version? Can we simply replace the version we have with the new version or do we need to buy a new license and then use it instead of the old version?

Hello,

All the updates are free. Just go to your account and download the product again so you’ll get the latest version

Regards

First, I want to thank you for the latest improvement ‘zoomEasing’. This works great.

Second, I was wondering what causes a weird modulation effect during the Ken Burns motion. This happens mainly with pics that have straight parallel lines like a fence. I did not see this effect at all in the demos so I was hoping it had something to do with my settings.

Thanks, Bob

Hello,

Please send me on office@lambertgroup.ro the link where you have the slider, to take a look

Regards

Hello! Today I downloaded the new version of the slider. And in all ... FullWidth.html examples I have horizontal scrolling bottom of the page

http://joxi.ru/Pin3Uv3JTJCGeTrqKfE http://joxi.ru/cSz3Uv3JTJCpeZqvJmg

OS Windows 7

http://joxi.ru/ci33UhjKTJD7XEm1pVY http://joxi.ru/4S33Uv3JTJBkedD5nOY

Hello,

In the html file we forgot to add
<style type="text/css">
body {
width:100%;
margin:0;
padding:0;
overflow-x:hidden;
}
</style>

You can add it in the head section

We’ll update the example in a few days.

Regards

What exactly was done to improve the Ken Burns effect and transitions.

The image still comes to a dead stop before the next image starts up. I thought you were going to look at trying to maintain a continuous Ken Burns motion while one image fades into the next.

If I am overlooking something with the settings, please advise.

Hello,

This parameter is not available. We’ll add it in a few days.

Regards

Thank you again!

Hello,

Product updated.

There’s a new parameter called ‘zoomEasing’ which by default is ‘ease’ Please check help documentation, ‘JS Options’ section, to see all available values for this new parameter

Also, you can set for each slide a particular easing value using ‘data-zoomEasing’ parameter. Please check help documentation, ‘Slider Content Definition’ section, for additional details

Regards

When will the next release of the slider be ready. I believe it was due out in the fall of 2013. Thanks,

Hello,

Next week, we are preparing the new preview.

Regards

The slider is very smooth and responsive (great work!), but the timer on the first slide begins before the image is loaded. This causes the slideshow to jump to the second slide too fast. It looks like a glitch to the viewer. Is there anyway to delay the timer until the first slide loads properly?

Hello,

The slider waits until the first image loads. You might have a JS error on your page.

Please send me on office@lambertgroup.ro the link where you have the slider, to take a look

Regards

Thanks for the quick reply. I sent the web address via email.

Where is the appropriate place to get support? I am trying to implement the slider and the first image shows correctly as do all the thumbnail images. But the rest of the images are not loaded correctly.

http://local18.ca/test.asp

I will be using this on a dynamic asp page, will that cause any problems?

Hello,

Please comment in this file http://local18.ca/styles/tablet.css height:auto for this class

img.photo {
  max-width: 98%;
  height: auto;
}

If you still have problems, please send me on office@lambertgroup.ro a temporary FTP login data, to take a look

Regards

Hi there,

I’ve purchased your slider and have it working perfectly, however my client recently decided they’d like the zoom effect disabled. How do I go about doing this? Currently I have:

initialZoom:0.5, finalZoom:0.5, duration:0, durationIEfix:0,

as I found it on the demo with the zoom disabled, and while that works, the each image loads at 0% zoom and then instantly “jumps” to a closer zoom, on every slide. I’d like each image to remain at 0% zoom.

Any help is greatly appreciated!

Thanks, Mike

I have that set, but it still instantly zooms in each slide. See: http://islandfinekitchens.com/new/

Hello,

You’ve left initialZoom and finalZoom for each slider. Example:

<li data-text-id="#bannerscollection_zoominout_photoText1" data-bottom-thumb="img/slides/thumbs/1.jpg" data-horizontalposition="center" data-verticalposition="center" data-initialzoom="0.78" data-finalzoom="1">
                    <img src="img/slides/1.jpg" alt="" width="2500" height="1570" />
                  </li>

Delete data-initialZoom="0.78" data-finalZoom="1" 

Regards

Bah, I figured it’d be something stupid I overlooked. Thank you for pointing that out. After playing with the width and removing all of the data- attributes, it works flawlessly. Thanks!

Hi, I have problem about using your slider with bootstrapt min.css. when I remove bootstrap css theres no problem. and my problem is the slider can not call the other images. it can show only 1.st

  • element’s image
  • Add the following, just before head ending tag

    <style>
    html,body { 
        width: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;     
    }
    </style>
    

    is it my fault? our your slider needs that overflow-x: hidden;? I am testing in the original files, but I saw the same problem.

    Hello,

    It’s not your fault. Please add the css definition which is required for a full width website

    Regards

    I have read most comments here but can not seem to find the answer. I have a photo gallery with 200 images. How do i get only lets say 50 to appear at the bottom and then scroll it to the next set. Right now the thumbnails are stretching across the page. hope this makes sense.

    Hello,

    I don’t quite understand.

    Please send me on office@lambertgroup.ro the link where you have the slider, to take a look

    Regards

    Hi,

    There appears to be an issue when there is only one image in the slider. It initialises fine and then stops, which is correct. But if you then try to advance to the next or previous slide, then the slide goes blank and the text overlays animate. It’s then impossible to get the slide back.

    Is there something I’m doing wrong or is this a legitimate issue?

    Thanks

    Hello,

    A slider should have at least 2 slides.

    We’ll add the option to have only one slide with the next update

    Regards

    hi!!

    please let me know if the fullwidth slider can includes a line of thumbnails at bootm that moves when you click on last visible one, so make appear new ones thumbs. and: can the slider auto-restart when it comes to the last slide???

    thanks!!!!!!!!!!

    Hello,

    Yes, we have 2 skins with thumbnails. Please check these 2 examples:

    Majestic Skin: http://www.zoompanningeffectslider.com/type_FullWidth_skin_majestic.html

    Generous Skin: http://www.zoompanningeffectslider.com/type_FullWidth_skin_generous.html

    Regards

    Need some help cannot seem to get loaded… can you advise as to why here is the url…

    http://madorganics2.gostorego.com/

    Hello,

    You are loading jQuery after our bannerscollection_zoominout.js file.

    Please move these lines

    <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
    
    <link href='http://fonts.googleapis.com/css?family=Lato:400,700,700italic' rel='stylesheet' type='text/css'>
    
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" type="text/javascript"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
    
    

    after this line

    <link rel="stylesheet" type="text/css" href="http://s52c04e532e714.img.gostorego.com/809E82/cdn/media/s5/2c/04/e5/32/e7/14/css/a14f63f701739041dd0832f98debf71d.css?r=7" media="print" />
    

    Regards

    Can I group my images in some way and link them. My requirement is I want to create 3 different set of images and link images to these three headers. When user click on particular header, images of that particular set will be loaded. Please help ASAP.

    Hello,

    The only link you can add is to the main slide image.

    You have data-link and data-target parameters. Please check help documentation, ‘Banner Content Definition’ section

    Regards

    is it passible to make random image to start with?

    Hello,

    This option is not available

    Regards

    by
    by
    by
    by
    by
    by

    Tell us what you think!

    We'd like to ask you a few questions to help improve CodeCanyon.

    Sure, take me to the survey