Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1081999

    Hello
    I always recommend to my colleges Enfold for its ability to be a very responsive but I am very disappointed with one particular function: the lightbox for images
    The problem is this: I am creating a portfolio for my client, who is a photographer!!, but the images from the horizontal slider do not look fullscreen on large screens.
    here is my prints
    http://luiszaffaroni.com/foro1.jpg
    http://luiszaffaroni.com/foro2.jpg

    How to solve it? please any help?

    #1082674

    Hey Tomas,

    Can you please share the link to your website?

    Best regards,
    Victoria

    #1082697

    Hello Victoria here is the site im building: http://www.luiszaffaroni.com/site/portfolio-item/managua/
    do you need to access to the wordpress?

    #1083002

    Hi TomasOliva,

    Please try the following css:

    
    img.mfp-img {
        width: 95vw;
    }
    .av-horizontal-gallery-inner {
      height: 60vw !important;
    }
    
    

    Best regards,
    Victoria

    #1083257

    Hello Victoria.
    It does not work.
    Now I do not have the option to enlarge the image, they go directly into fullscreen.
    look:

    #1083258
    #1084959

    Hi,
    Sorry for the late reply, I took a look at your page and am trying to understand, I see that the images are full screen (cover) which seems larger than the screen, because it’s trying to ensure there are no blank areas.
    Would full screen (contain) be better? The difference is that the image will be as large as possible but still fit on the screen, one side (top or sides) may have some space because photo aspects are not the same as screen aspects.
    I also notice that the images are not opening in lightbox as in your screenshot, but I guess that is not needed because it’s already full screen, is this correct?
    I was going to point out that the lightbox adds some padding to the image so to create the lightbox effect.

    I guess my question is if you want the images to be contained within the screen so you can see the whole image, and if so do you still want the lightbox? Would it be larger than the screen?

    Please remove the css so we can try again.

    Best regards,
    Mike

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