[ad_1]
Hello team, the CSS file shipped with the plugin has an invalid CSS and causing issue in generating critical CSS for websites using the plugin.
The invalid CSS is for selector ‘.sbi-owl-video-play-icon’ it has invalid ‘no-repeat’ string. Please see the snippet from the CSS file.
.sbi-owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
no-repeat;cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform .1s ease
}
