Okay
  Public Ticket #2703287
IMAGE sizes
Closed

Comments

  •  5
    BradElin started the conversation

    Hi, 

    I cant seem to get the image size to be made smaller, it makes the height full screen, I need it to fit within the page and then my text on the left disappears, 

    please assist - attached is how it should look

    the link shows you how it currently looks

  •  2,719
    Andrew replied

    Hi Brad,

    Please try this css:

    .row .nectar_image_with_hotspots img {
        width: 101%;
        margin-bottom: -280px;
        height: 1025px;
    }

    Thanks.