How can I set max width for embedded video?

  • Author
    Posts
  • #43715
    Irene Wibawa
    Power User

    Hi,
    Thank you for making this theme available and so flexible to use. Prior to the Parabola update 2.1.3, we use the following code in the Custom CSS portion of the Parabola Settings to set the maximum width on all embedded video, which adjusted well enough on the mobile version:

    #content embed, #content iframe {
    max-width: 800px
    }

    However, since the update this code no longer works in the mobile version. The video goes beyond the frame of the screen.
    Might you be able to offer advice on how to set all embedded video to a maximum width, that is also responsive on the mobile version?
    Thank you.
    -irene

    Website: tng.bayareaflashmob.com/past-events/weddings

    #43798
    Zed
    Cryout Creations mastermind

    Check if Fitvids is enabled in the theme’s options. This is the functionality responsible for resizing videos on mobile devices.

    CSS sometimes work, but most videos get embedded with their own size styling that cannot be overridden (due to iframes).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #43827
    Irene Wibawa
    Power User

    Thank you for the response. Fitvids was disabled. It worked just fine prior to the update 2.1.3 Would it be possible for me to run the theme in a previous version? If so, how?

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How can I set max width for embedded video?’ is closed to new replies.