Okay
  Public Ticket #2345183
image scaling
Closed

Comments

  • Jan started the conversation

    Hello, How do I get my top of the page to scale to browser size ? I want the whole black section ( see img ) to scale to browser, just like background here http://mgfilm.com.pl/rental - I know it must be possible :)


  •  3,021
    Andrew replied

    Hi Jan,

    Enable the following.

    4952344702.png

    Hope this helps.

  • Jan replied

    Hello Andrew,

    No, I didn't mean menu bar but the image hero section, I want it to scale with the browser, you can check it here for example. You can check the attachment to see which section it is all about ( red border) 

    http://kamerzystamichal.pl/commerce - see how "go to projects button" stays in the same place regardless of browser ratio, I want to achieve the same effect on my site

    Regards

    Jan

  • Jan replied

    in other words I'd like to keep ratio of this section 16:9 and keep it as I scale my browser

    • 1920×1080 
    • 1600×900.
    • 1366×768.
    • 1280×720 
    • 1024×576.


  •  3,021
    Andrew replied

    Hi Jan,

    Sorry for late response.

    You will have to activate full screen rows to achieve that.

    8066062767.png


    Thanks.

  • Jan replied

    Can I activate this option only for the top row ? 

  •  3,021
    Andrew replied

    Hi Jan,

    Could you allow us to login to your website so that we see the best possible solution for that to be responsive on screen resize.

    We going to need username and password with admin privileges.

    Thanks.

  •   Jan replied privately
  •  3,021
    Andrew replied

    Hi Jan,

    Sorry for late response.

    Try the following custom css:

    #home .col.span_12.left img {
        height: 30vh !important;
    }
    

    Hope this helps.