Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #615221

    Hi,
    I’m trying to make a site (see URL in private section) and I’m using the grid rows to place images in. The images need to fill the complete cell, also when I change my browser window size. Right now this doesn’t happen. Can you help me with that?

    Thanks!
    Daniel

    #615746

    Hi Daniel,

    The images on the page you linked to seem to cover its container so I’m not sure exactly what you need help with, could you try to explain a bit further and/or post a screenshot highlighting the changes you would like to make please?

    Best regards,
    Rikard

    #615773

    Hi Rikard,
    Thanks for your reply. Here are some examples. I’d like to fill the cell completely, without changing the proportions.


    • This reply was modified 7 years, 11 months ago by Daniel.
    #617336

    Hey!

    hm not sure how you want to achieve this. You could try to work with media queries, so something like this:

    @media only screen 
      and (min-width: 414px) 
      and (max-width: 736px) {
    .avia-image-container-inner img {
    height: 400px;
    }}
    

    Adjust the values as needed.

    Cheers!
    Andy

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