1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Is there any wordpress plugin that can do this feature?

Discussion in 'HTML & Website Design' started by V-B, May 7, 2014.

  1. #1
    Hello,

    Please look at this website: http://electroniczone.org/. Look at the section right below the slideshow. See how categories are handled in grids, and when you hover your mouse on any of them, the image of the particular category zooms out a bit.

    Is there any wordpress plugin capable of doing this feature?

    Thanks in advance
     
    V-B, May 7, 2014 IP
  2. skible

    skible Member

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    41
    #2
    You should be using Jquery for this. It is really easy to with:

    $(this).find("YOURDIVNAME").animate({"width": "120%"});
    and back:
    $(this).find("YOURDIVNAME").animate({"width": "100%"});

    -----------------------------------------------
    WebSprank.com
     
    skible, May 8, 2014 IP
  3. KingJabeyt

    KingJabeyt Member

    Messages:
    60
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #3
    there's a plugin for that.. I think it's facybox or something like that. If it's not, you can search in lots of plugins that can do that, you can check out codebasket.net and any other source scripts, plugins and widgets that you can find through google.
     
    KingJabeyt, May 9, 2014 IP
  4. aimforprofit

    aimforprofit Greenhorn

    Messages:
    59
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    18
    #4
    Image Zoom should do this for you. It is configurable for size so you should be able to zoom a little bit or zoom right in.
    It is a free Wordpress plugin.
     
    aimforprofit, May 10, 2014 IP