Thank you for purchasing Tikslus Lens. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much! |
Download and Unzip:
|
Installation: Add the following link and scripts tags with your proper paths and paste the following code within the Head tags of your HTML document.
|
How to use plugin ? Tiksluslens works with two images one low resolution for the visible image, and one high resolution for the Lensed image. Inside a DIV element place the low resolution image with data-big-image attribute which specifies the high resolution image. HTML markup
|
Activate using Jquery selector Using Jquery selectory inside $(document).ready() or $(window).load() to activate Lens.
|
Parameter | Default value | Allowed Value | Description |
---|---|---|---|
lensWidth | 100 | Any number not greater than image Width | Defines the width of lens |
lensHeight | 100 | Any number not greater than image Height | Defines the Height of lens |
lensBackgroundColor | #fff | Valid color code (HEX value) | Defines the background color of lens |
autoLensRatio | false | True or False | If true it will ignore lensWidth and lensHeight Parameter and sets lens width and height according to high resolution image |