From cabbc3273ade9734c39b70bf1082e26cd8fdd00e Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 5 Nov 2021 09:59:22 +0000 Subject: [PATCH] wait #4862 @0:20 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index 1c1a351e0..8f4b02b0f 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -51,6 +51,7 @@ class wsHTML5Link public $tooltipColor = null; public $tooltipBackgroundColor = null; public $parallax = 0; + public $attachLeft = false; protected $role = 'button'; protected $_init; @@ -612,7 +613,7 @@ class wsHTML5Link public function moveOnEvenPage() { - return false; + return $this->attachLeft; } public function getCSSContainer() @@ -692,7 +693,7 @@ class wsHTML5Link } copy('https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js', $d . '/lottie-player.js'); - $htmlContent = ''; + $htmlContent = ''; file_put_contents($d . '/index.html', $htmlContent); file_put_contents($d . '/animation.json', $json); -- 2.39.5