• Resolved wriggra1974

    (@wriggra1974)


    Hi

    I’ve uploaded an image for my homepage, but it gets cropped at the left and right hand edges. Is there any way I can resize the image so that it all fits onto the page?

    Thanks
    GRant

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • akhlesh-nagar

    (@akhlesh-nagar)

    Hi
    Thanks for asking a query to us.
    We have checked your website home page but doesn’t find image on which are you getting issue.
    Pls send snapshot by indicating image on which are you getting issue.
    So that we can assist you better.

    Thanks
    Akhilesh

    Thread Starter wriggra1974

    (@wriggra1974)

    Hi

    I’m not sure how to attach a snapshot to this reply?

    The image is the one on the homepage that sits behind the “Turning ideas into solutions…” text. It is the one with a black background and a hand drawn magnifying glass, light bulb and cog & wrench. The original photo I uploaded has images to the left and right (some people and scribbled lines on the left and a diamond on the right). But when I view on my iPad in automatically resizes and cuts off the left & right hand sections (my iPhone cuts even more out and only shows the lightbulb). Is there any way to always see the full image, just resized depending on the device I am viewing it on?

    Thanks
    Grant

    akhlesh-nagar

    (@akhlesh-nagar)

    Hi
    For this Add the below css code inside the Customizer >> Additional css box.

    .slider .item {
    background-repeat: no-repeat;
    height: auto !important;
    padding-top: 46.50%;
    display: block;
    }

    @media (max-width: 768px) {
    .slide-text-bg1 h1 {
    padding: 0;
    font-size: 14px;
    }

    .slide-text-bg1 p {
    font-size: 12px;
    }

    .slide-text-bg1
    {
    padding: 5px 5px;
    }
    }

    Let us know for any confusion.

    Thanks
    Akhilesh

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to resize photo on homepage’ is closed to new replies.