[Pro] Help needed with Magic Zoom

Need some help - linking to the big image ok in this test page but can not get zoom function to work.

I have added the class magiczoom to the small image
and to the class magiczoom to the large image
have added page markup thus:

The uploaded folder magiczoom in in the subfolder mzoom

Regards

Trevor

www.trevormckay.co.uk/mzoom


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Trev how did you add the css and js files to your Resources folder because I am see a 404 (file not found) at those addresses ie

http://www.trevormckay.co.uk/mzoom/Resources/magiczoom/magiczoom.css

and

http://www.trevormckay.co.uk/mzoom/Resources/magiczoom/magiczoom.js

I would manually upload these files to your magiczoom folder so that the path s were

http://www.trevormckay.co.uk/mzoom/magiczoom/magiczoom.css

and

http://www.trevormckay.co.uk/mzoom/magiczoom/magiczoom.js

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Thanks Dave.

Can’t get head round where the files and links should be.
At minute the js and ccs magic zoom files are in the root folder (mzoom) in a folder called magic zoom

the paths in the markup are this:

I have also tried the full path for each, i.e.:

http://www.trevormckay.co.uk/mzoom/magiczoom/magiczoom.js

current page here:

www.trevormckay.co.uk/mzoom

can you see where I am going wrong?

Thanks

T


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Update:
I got going Dave after a bit of trial and error!

One other thing was: class name
I had magiczoom should be MagicZoom

Can you tell me where I should place the example code for an internal zoom position as on this example page:

for say: Internal Zoom?

Trev


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Can you tell me where I should place the example code for an internal zoom position as on this example page:

Looks like you found it.

Or you can set it Globally (rather than an image by image basis) using

<script>
var mzOptions = {
    zoomPosition: 'inner'
};
</script>

Add that in before End Body should do it.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Thanks David

yes after a lot of trials finally got it last night.
Global setting will be great and save adding to each image.

As always, thank you for your time and help here on the forum.
Trevor


freewaytalk mailing list
email@hidden
Update your subscriptions at: