Video Play button faulty
-
-
put this in your custom CSS
img.html5video-customplayicon { top: 50% !important; left: 50% !important; width: auto !important; }your play button is currently affected by the following line of code, not sure if it's yours or from a recent laytheme update, but it is overriding the play button's styling:
.col:not(.type-html):not(.type-shortcode):not(.type-text) img { top: 0; left: 0; width: 100%; } -
put this in your custom CSS
img.html5video-customplayicon { top: 50% !important; left: 50% !important; width: auto !important; }your play button is currently affected by the following line of code, not sure if it's yours or from a recent laytheme update, but it is overriding the play button's styling:
.col:not(.type-html):not(.type-shortcode):not(.type-text) img { top: 0; left: 0; width: 100%; }@spiralglue said in Video Play button faulty:
img.html5video-customplayicon {
top: 50% !important;
left: 50% !important;
width: auto !important;
}Thank you!!
-
put this in your custom CSS
img.html5video-customplayicon { top: 50% !important; left: 50% !important; width: auto !important; }your play button is currently affected by the following line of code, not sure if it's yours or from a recent laytheme update, but it is overriding the play button's styling:
.col:not(.type-html):not(.type-shortcode):not(.type-text) img { top: 0; left: 0; width: 100%; }@spiralglue thx I got the same problem ! fixed with your code ;)
cheerz -
hey sorry about that if u update lay theme now it should be fixed!