Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css play button on image

.more_video_img {
  position: relative;
}

.playBtn {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px; /*half of the width */
  margin-top: -20px; /*half of the height */
}
 
PREVIOUS NEXT
Tagged: #css #play #button #image
ADD COMMENT
Topic
Name
9+4 =