Okay
  Public Ticket #3317449
Lock Size of Background Image
Closed

Comments

  • Richard MacDonald started the conversation

    Is there a way to lock the size of the background images in a Row?  

    ie..."Just West of Short Pump, Manakin....",  towards the top of the page, the background image graphic is much smaller but it expands to fit the row.  I was hoping to use the actual size of the graphic or force a size.

    http://www.themanakintowne2.com.php72-2.lan3-1.websitetestlink.com

    Thanks,

  •  2,049
    Judith replied

    Hi Richard,

    Thanks for writing to us.

    Please try this css:

    .row-bg.viewport-desktop.using-image.using-bg-color {
        height: 89vh;
    }

    Thanks.