Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @lennartm – In order to do so you need to do 1/2 things. Since the iframe from youtube comes with a height defined, you have to either remove it or use CSS to set it to auto and the width to 100%.

    A responsive image uses the following css

    img {
      max-width: 100%;
      width: 100%;
      height: auto;
    }

    Videos can be made responsive as well, but for the CSS needed I am not 100%.

    I can do some research, and we could even consider adding some of these as optional to the plugin in the near future.

    https://github.com/PopupMaker/Popup-Maker/issues/324

    Plugin Author Daniel Iser

    (@danieliser)

    Closing this ticket due to inactivity. If your still having an issue post here and we will continue troubleshooting.

    Please take a moment to rate and review the plugin and or support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Youtube in embed has fixed height’ is closed to new replies.