Viewing 3 replies - 1 through 3 (of 3 total)
  • Magic Toolbox

    (@magic-toolbox)

    You need to link your main image:

    https://www.curtainsstore.in/web/wp-content/uploads/2011/02/0102-300×232.jpg

    to the large version of that image.

    At present, there is no link.

    Your HTML at present is:

    <img class="alignnone size-medium wp-image-895" title="010" src="https://www.curtainsstore.in/web/wp-content/uploads/2011/02/0102-300x232.jpg" alt="" width="300" height="232" />

    Change it to:

    <a href="your-big-image.jpg" class="MagicZoom"><img class="alignnone size-medium wp-image-895" title="010" src="https://www.curtainsstore.in/web/wp-content/uploads/2011/02/0102-300x232.jpg" alt="" width="300" height="232" /></a>

    where “your-big-image.jpg” is the location of your large image.

    Thread Starter sonofara

    (@sonofara)

    thanks for your reply, need some more help with this, like you mentioned <a href="your-big-image.jpg" should be the link to large image but i use this plugin for post image so how do i call each image for different posts.
    Thanks.

    Thread Starter sonofara

    (@sonofara)

    finally got it, just need to open the imaage class and add “MagicZoom” and select href as link to image and it works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need help with MagicZoom Plugin’ is closed to new replies.