Arranging image thumbnails
        Posted  
        
            by 
                Adi Mathur
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Adi Mathur
        
        
        
        Published on 2012-06-10T03:43:14Z
        Indexed on 
            2012/06/10
            16:40 UTC
        
        
        Read the original article
        Hit count: 279
        
I am using JQuery hover zoom (http://jmar.github.com/jquery-hoverZoom/) Its working fine.
The thumbnails that I have is of different sizes . So I stated using the masonry plugin for arranging it. Both of them work fine when isolated but collectively the masonry plugin doesn't work as intended. Pictures start to overlap each other.
What I feel is that both Masonry and the JQuery hover zoom , interact with the same div element which causes the problem, Both are adding their attributes to it.
How can I fix this ?
Is there some way that I arrange the rows without the masonry? So that the conflict wont occur ?
© Stack Overflow or respective owner