Need an Image Popup for WP

4 replies
I've spent the better half of 4 hours
searching for a plugin or easy program
so I can display an enlarged, non-light box,
image when moused over an image.

I would like display the existing image I mouse over,
or I can input a different image that shows up over
a mouse over.

I couldn't find it from my searches. Perhaps some of
you use something similar that has these abilities
or more options.

Free or paid. I just need it work nicely in 3.0 and higher
wordpress.

Thanks in advance
Jack
#image #popup
  • Profile picture of the author waywardrising
    Did this in 10 mins just as an example but is this what you are trying to get at?

    www#opensourceblogware#com/scripts/imageenlarger.html

    I don't have enough posts yet to put links in my post so replace the 2 # with periods.
    {{ DiscussionBoard.errors[2969376].message }}
    • Profile picture of the author JKinakin
      That' pretty close. I still needed to see the original
      small image but have a popup box beside it come up
      when I would mouse over.
      {{ DiscussionBoard.errors[2970570].message }}
      • Profile picture of the author energee
        Well check that same site again.

        www#opensourceblogware#com/scripts/imageenlarger.html

        I changed it to what i think your talking about. If this works for you, then all you need to do it attach the javascript on that page to yours and add 'onMouseOver="Javascript:showPopUp()" onMouseOut="Javascript:hidePopUp()' those 2 attributes to any images you want that to work on.

        I could write a plugin for WP that could do this for you when an image has a certain class or id or whatnot if that is helpful. Let me know what you think and if you use it send me a pm with a link to your site so i can check it out.
        {{ DiscussionBoard.errors[2972456].message }}
        • Profile picture of the author energee
          Well i got ahead of myself and made the plugin. Right now its set so that any image with the class "PopUpImage" will have this effect. PM me if your interested in this plugin.
          {{ DiscussionBoard.errors[2972644].message }}

Trending Topics