Home › Forums › WoodMart support forum › Complianz and Youtube video issue › Reply To: Complianz and Youtube video issue
March 21, 2024 at 3:07 pm
#551136
Artem Temos
Keymaster
This plugin adds extra markup there which is not styled in our theme. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wd-video-design-theme .wd-product-video.cmplz-placeholder-1 {
height: unset !important;
pointer-events: auto;
inset: 0;
background-position: center;
background-size: cover !important;
}
.wd-video-design-theme:has(.cmplz-placeholder-1) .wd-video-actions {
display: none;
}