__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Nextend\SmartSlider3\Slider\Feature;
use Nextend\SmartSlider3\Settings;
use Nextend\SmartSlider3\Slider\Slider;
class Focus {
/**
* @var Slider
*/
private $slider;
private $focusOffsetTop = '';
private $focusOffsetBottom = '';
public function __construct($slider) {
$this->slider = $slider;
$responsiveHeightOffsetValue = '';
$this->focusOffsetTop = Settings::get('responsive-focus-top', $responsiveHeightOffsetValue);
$this->focusOffsetBottom = Settings::get('responsive-focus-bottom', '');
}
public function makeJavaScriptProperties(&$properties) {
$properties['responsive']['focus'] = array(
'offsetTop' => $this->focusOffsetTop,
'offsetBottom' => $this->focusOffsetBottom
);
$params = $this->slider->params;
if ($params->get('responsive-mode') == 'fullpage') {
if (!$params->has('responsive-focus') && $params->has('responsiveHeightOffset')) {
$old = $params->get('responsiveHeightOffset');
$oldDefault = '';
if ($old !== $oldDefault) {
$params->set('responsive-focus', 1);
$params->set('responsive-focus-top', $old);
}
}
if ($params->get('responsive-focus', 0)) {
$properties['responsive']['focus'] = array(
'offsetTop' => $params->get('responsive-focus-top', ''),
'offsetBottom' => $params->get('responsive-focus-bottom', '')
);
}
}
}
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Align.php | File | 1.66 KB | 0664 |
|
| Autoplay.php | File | 2.98 KB | 0664 |
|
| BlockRightClick.php | File | 424 B | 0664 |
|
| Controls.php | File | 1.15 KB | 0664 |
|
| Focus.php | File | 1.61 KB | 0664 |
|
| LayerMode.php | File | 1.41 KB | 0664 |
|
| LazyLoad.php | File | 1.4 KB | 0664 |
|
| MaintainSession.php | File | 423 B | 0664 |
|
| Margin.php | File | 956 B | 0664 |
|
| Optimize.php | File | 3.91 KB | 0664 |
|
| PostBackgroundAnimation.php | File | 253 B | 0664 |
|
| Responsive.php | File | 33.24 KB | 0664 |
|
| SlideBackground.php | File | 14.63 KB | 0664 |
|
| TranslateUrl.php | File | 678 B | 0664 |
|