• Resolved floooo

    (@floooo)


    Hi,

    Thanks for this great plugin, i’m almost ready to use it but there’s one little problem i can’t manage to fix. I wish you could help me on this.

    I have moved szg-thumbs to left instead of below szg-main. So szg-zoom-box needed to be moved too. I did something like :

    zoombox.css({left: medium[0].width+90, height: medium[0].height})

    Now every container is placed in the way i want but szg-zoom-photo isn’t in the right position anymore.

    Screenshot

    On this screenshot you can see that the part, where the cursor is, is not displayed in the middle of szg-zoom-box.

    You would understand better having a look on this page

    I would really appreciate a little help.
    Thanks again for this plugin

    https://www.ads-software.com/plugins/super-zoom-gallery/

Viewing 6 replies - 1 through 6 (of 6 total)
  • TJ

    (@trijammer)

    Sorry I don’t have any answers for you – I’ve got a similar issue (I think it’s the same thing).

    The inner zoom photo in my gallery only moves vertically. It seems the zoom photo x-axis is offset further than the width of the main image, so the horizontal changes aren’t being picked up.

    Any assistance on how to correct the x-axis offset would be great thanks!

    @tj: It is impolite to interrupt another poster’s ongoing thread with a question of your own. It causes significant problems for the forum’s volunteers and prevents us from being able to track issues by topic. Please post your own topic.

    Thread Starter floooo

    (@floooo)

    Thank you very much TJ. I was desperately waiting for a clue.
    It worked adding extra pixels to the offset and widthDiff vars in the determineInnerZoomLeftOffset function.

    TJ

    (@trijammer)

    Excellent, stoked it worked for you! It had me going for a while there…

    To clarify, a good result came for me with just an addition to the offset var (of half my main image size):

    var offset = 0 - (heightFactor * pointerY) + 195;

    With this change, the widthDiff ended up better for me unedited.

    Cheers.

    Plugin Author Niels

    (@ndoorn)

    @floooo @tj I am glad you both were able to help each other!

    elisa_latveria

    (@elisa_latveria)

    Hi Flooooo!
    Can I ask you something?
    I just would like that my main image has an inner zoom like yours (in the page you link) but I can’t find the right setting…
    Maybe a script conflict…I’m quite desperate -.-“

    Thanx Elisa

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘szg-zoom-photo in wrong position’ is closed to new replies.