#57593
 Radu
Moderator

Hello Wavez,

Sorry for this inconvenience…

This issue will be fixed in next theme update.

Here is a fix for this problem ( see attachment )

Upload this file ( post-content-masonry.php ) to kleo-child/page-parts/

This issue was caused by preload=0, this it should be preload=none

COPY CODE

---BUG---
if ( !empty( $bg_video_args ) ) {
	$attr_strings = array(
			'preload="0"'
	);


---FiX---

if ( !empty( $bg_video_args ) ) {
	$attr_strings = array(
			'preload="none"'
	);


Let me know if it works.

Cheers

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

Log in with your credentials

Forgot your details?