Home / Widgets / Center and Enlarge the Play Icon for Thumbnails
Duplicate Snippet

Embed Snippet on Your Site

Center and Enlarge the Play Icon for Thumbnails

This will make the play icon large and center it over the thumbnail of the videos in the feed.

Code Preview
css
.sb-post-item .sb-post-item-play {
    bottom: 3rem;
    color: #fff;
    left: 50%;
   top: 50%;
   margin-left: -20px;
   margin-top: -20px;
    position: absolute
}
.sb-post-item .sb-post-item-play svg {
    height: 40px;
    width: 40px;
}

Comments

Add a Comment