Control You Tube Video Size

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

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #5924
    Paul Clarke
    Spectator

    Hi Merv,

    I am making use of the author video option in users, but on the property page on the video tab the video is a bit wide. Is there a way to control it and make it responsive to fit mobile phones and desktops please. Thank You.

    Also how is the jupix integration coming along?

    Thank You

    #6081
    Merv Barrett
    Keymaster

    No there is no option to control width, but you can use this CSS, we are updating 2.1 to include the following CSS to make the video responsive.

    /* responsive youtube videos */
    .author-video { 
    	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 30px;
    	height: 0;
    	overflow: hidden;
    }
    .author-video iframe, .epl-video-container object, .epl-video-container embed {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    }
    #6224
    Paul Clarke
    Spectator

    Thanks Merv

    #6229
    Merv Barrett
    Keymaster

    No problem Paul, thanks for letting me know about it.

    If you get a chance please leave a review of Easy Property Listings on WordPress.org.

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Basic Support’ is closed to new topics and replies.