Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS sublime video – video player not showing up

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #175023
    drotar
    Participant

    fellow designers,
    i have been beating my head against the wall all day and still can’t figure out why the sublime video player of mine will not show up on the page. link to this little bugger is http://www.bjoinfilms.com/recent.html

    any idea on how to get this to work will be greatly, incredibly appreciated. i know i am missing something very simple here. what is it?

    thanks

    #175034
    Paulie_D
    Member

    Well, obviously the divs have display none..so there’s that.

    .sv_playlist .video_wrap {
    width: 100%;
    display: none;
    float: left;
    background: #fff;
    padding: 1px;
    -moz-box-shadow: rgba(0,23,60,0.5) 0 4px 17px;
    -webkit-box-shadow: rgba(0,23,60,0.5) 0 4px 17px;
    box-shadow: rgba(0,23,60,0.5) 0 4px 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    

    How are you handling the switch from hidden to visible?

    Feels like a JS issue to me…not CSS.

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