+ Reply to Thread
Results 1 to 9 of 9

Thread: Long skinny you tube videos

  1. #1
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028

    Long skinny you tube videos

    When loading youtube videos I get long skinny images/outcomes on my site? Checked all setting but not sure why this is happening? using 4.7.2 is this a bug ?

    Attached Images Attached Images
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Fixed by replacing:

    Code:
    Only registered members can view the code.
    with:
    Code:
    Only registered members can view the code.
    in style.css for versions < 4.8

  3. #3
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Thanks, Rudi will give this a try and report back.

    This works fine thanks Rudi, for me I just comment blocked out the height.

    div.gallery > div#media {
    width: 100%;
    /*height: 100%;*/
    }
    Last edited by Pete Young; October 30, 2020 at 09:54 AM.
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  4. #4
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Update, this problem also exists within the mobile sections, are there other areas of code that also need to be edited for those sections please?

    This is in iPad mode but same with mobile devices as well that I can see ?
    Attached Images Attached Images
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  5. #5
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    I've reverted the change with commented out height in div.gallery video#player

    and it's solved the problem

  6. #6
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Ok thanks, Rudi will check.
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  7. #7
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Hello Rudi, that fixed that problem but then highlighted another problem in iPad mode, the view larger button is hidden behind the thumbnail images below and should be up the top of the image?

    Attached Images Attached Images
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  8. #8
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello Pete,

    it's because you commented out top and left properties in div.gallery div#media > .nav-buttons span.nav-button

  9. #9
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    ok will sort that, thanks Rudi

    + Yes that done the trick, so many twists n turns when you touch something but fun in the making, was an easy fix and my own silly mistake. Thank you again Rudi.
    Last edited by Pete Young; November 18, 2020 at 01:33 AM.
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

+ Reply to Thread