header

Collapse

Auto Video Embed vB5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Go to Thank You danielmorashov
    Junior Member
    ❤️
    • 02.2021
    • 20
    • 21
    • 36

    Font Size
    #6
    Go to Thank You
    Click image for larger version

Name:	image_682.png
Views:	670
Size:	10.4 KB
ID:	2303
    Replace Default Gray Video Play button with YouTube-like icon using pure CSS



    Code:
    /*--START Replace Default Gray Video Play button with YouTube-like icon --*/
    .videothumbnail .videothumbnailoverlay {
    width: 50px;
    height: 36px;
    border-radius: 13px;
    border: solid 1px #f00;
    background-image: none;
    background-color: #f00;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -26px;
    margin-top: -18px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    }
    
    .videothumbnailoverlay:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 11px;
    height: 0;
    width: 0;
    border-top: solid 6px transparent;
    border-left: solid 5px #333;
    border-bottom: solid 8px transparent;
    border-left: solid 14px #fff;
    }
    
    .videothumbnail .videothumbnailoverlay:hover,
    .videothumbnail:hover .videothumbnailoverlay {
    background-image: none;
    border-color: #e60000;
    background-color: #e60000;
    }
    /*--END Replace Default Gray Video Play button with YouTube-like icon --*/
    Go to Top of Post
    visit my site :
    UNK - Content Channel Community

    Comment

    X

    Thread Information

    Collapse

    Users Browsing this Thread

    There are currently 1 users browsing this thread. (0 members and 1 guests)

      Those who read this thread

      Collapse

      Related Topics

      Collapse

      Topics Statistics Last Post
      Started by yilmaz, 15.03.21, 08:39
      59 responses
      2,278 views
      10 reactions
      Last Post Prometheus
      Started by yilmaz, 06.02.21, 16:10
      15 responses
      1,629 views
      17 reactions
      Last Post mafer93
      by mafer93
      Started by yilmaz, 08.01.21, 11:10
      38 responses
      1,533 views
      1 reaction
      Last Post mircforum
      Started by yilmaz, 08.01.21, 11:03
      1 response
      187 views
      1 reaction
      Last Post Prometheus
      Started by yilmaz, 08.01.21, 02:21
      7 responses
      401 views
      0 reactions
      Last Post gimsy
      by gimsy
      Working...
      😀
      😂
      🥰
      😘
      🤢
      😎
      😞
      😡
      👍
      👎

      AdBlock Detected

      Please Disable Adblock

      Please consider supporting us by disabling the ad blocker.

      I've Disabled AdBlock
      Home