namespace Fluidbook\Tools\Links;
-class LayerLink extends imageLink
+class LayerLink extends ImageLink
{
protected $maxzoom_default = 4;
public $defaultZIndex = 31;
{
$attributes = $this->getZoomAttributes();
if (!$this->rightClone) {
- zoomLink::generateImage($attributes, $this->compiler, 'layerlink', 'layer');
+ ZoomLink::generateImage($attributes, $this->compiler, 'layerlink', 'layer');
}
return 'background-image:url(' . $this->getImageUrl() . ');background-size:' . $this->getBackgroundSize() . ';background-position:' . $this->getBackgroundPosition() . ';background-repeat:no-repeat;';
}