Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #417041

    Hi,

    Is it possible to view images in a larger format then what is standard in the Masonry view? For example, here is a link to a portfolio page: http://paradigmblue.org/pb/portfolio-item/vivid-sydney-2013/ – everything works great but the image view is quite small if you compare it to the size viewed in a blog post where simply an image is posted – for example here: http://paradigmblue.org/pb/2015/03/23/goodbye-day/

    I upload my images at 1536 px on the long edge and would dearly like to display this size with the masonry view. Any help would be greatly appreciated

    #417558

    Hi Simon!

    So if I understand you correctly you would like to display 2×2 instead of 4×4, or oven 1×1 maybe?

    Regards,
    Rikard

    #417596

    Hi Rikard,

    Thanks for getting back to me. What I’m trying to achieve is to have the image display at 1356px when you click on the thumbnail on a masonry portfolio. On a single blog post, I insert an image and when I click on it, it displays a larger image than on the masonry portfolio view.

    #418321

    Hi!

    Ok, so you want it to display at 1356px in the lightbox only? The grid itself stays at 4×4?

    Regards,
    Rikard

    #418327

    That’s right Rickard – to display the image in 1536pxs in the light box only. I’m happy with the masonry gallery.

    #419078

    Hey!

    From a responsive standpoint it might not be the best idea to always display the images that big, it will not look good on a lot of screen sizes since it will overflow. Maybe you can try this in your Quick CSS under Enfold–>General Styling to see if you like the result?

    .img.mfp-img{
    max-height:100% !important;
    }

    Cheers!
    Rikard

    #420985

    Hi Rickard – I’ve inserted the code but it hasn’t made any difference – the images are not displaying at 1536 pixels as uploaded. See a page here: http://paradigmblue.org/pb/portfolio-item/melbourne-white-night-2014/

    #421738

    Hi!

    Sorry, I think you might be missing my point here. What I’m trying to say is that displaying your images in their real size would be a bad idea for a lot of screen sizes, or rather, most screen sizes. For instance, I’m on a laptop with a screen width of about 1400px, displaying your images in their natural size would make me have to scroll sideways to be able to see the whole image on your site, is that really what you want?

    Cheers!
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.