Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1045488

    I made a web design for a client, and when the browser window resizes you´ll see kind of black frame in top and bottom.
    How do I get the movie to fit in the box at all times ;)

    #1046570

    Hey Schmidtgrafisk,

    Did you try to refresh the site after resizing?
    What browser and OS (mac, windows, linux) are you using?
    I checked your site with chrome and windows 10 and I can’t see the black frame on your embedded youtube video.

    Best regards,
    Nikko

    #1046853

    Hey Nikko,

    Yes I did refresh.
    My browser is Chrome, Im´ on a Mac, I have shared a link with screen shots showing the matter.

    Alan ;)

    #1047386

    Hi Alan,

    When you refresh the page the black frame is gone.
    https://cl.ly/237bff243808 But you need to have the menu to be burger menu up to 990px screens or even 1024px because it the menu breaks.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (max-width: 1024px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1047436

    Hi Victoria

    I need the movie to be responsive like the top image.
    The code did no difference.

    Alan ;)

    #1049038

    Hi,

    Unfortunately further help is a bit outside from out Support Policy, we appreciate your understanding.

    Best regards,
    Basilis

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