• Resolved finwin

    (@finwin)


    I would like to have all thumbnail images in LiveMesh Grid same size (same width and same height). Because of my original images are in different ratios I now get some thumbnail images higher than others and the portfolio looks stupid. Is it possible to get all thumbnails same size?

    Thank’s!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author livemesh

    (@livemesh)

    At present we do not have such an option. Pls consider using the masonry layout (layout mode option) for your grid to make things look better.

    Is there anyway to address this through CSS? This is a huge limitation of the widget. It’s one of the better looking carousel widgets, but other plugins and widgets offer a height setting. Can you tell us which styles to look at at least? Thanks.

    Plugin Author livemesh

    (@livemesh)

    We are at present trying to address this through an update since this is perhaps most popular of feature requests for this plugin. Will update you when we release the plugin update with this change. Thanks.

    @torndownunits
    @finwin

    Hello, random stranger here

    If you still have this problem try setting a custom width and height for the div containing the image. Also you need to center them on smaller device screens. Below is the code I’ve used. You can set your own width and height values, but don’t make them too big or the images will overlap on each other.

    .lsow-project-image{
    width: 250px;
    height: 142px;
    }
    
    h3.entry-title > a {
    color: mediumseagreen !important;
    }
    
     .lsow-post-title > a{
    color: mediumseagreen !important;
    }
    
    @media screen and (max-width: 500px){
    .lsow-project-image{
    text-align:center;
    margin: auto;
    }

    Hope this helps !

    Dear @livemesh,

    Have you any news about this update? I need this feature too.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘LiveMesh Grid thumbnail image size’ is closed to new replies.