Loading README.md +5 −0 Original line number Original line Diff line number Diff line Loading @@ -2,6 +2,10 @@ Before-After overlayed image comparison plugin for jQuery and WordPress. Before-After overlayed image comparison plugin for jQuery and WordPress. **Published on Wordpress.org** * [Sravnitel](https://wordpress.org/plugins/sravnitel/) **Features** **Features** * Compare 2+ images * Compare 2+ images Loading @@ -13,6 +17,7 @@ Before-After overlayed image comparison plugin for jQuery and WordPress. * Click on the view area to quickly switch between left and right image * Click on the view area to quickly switch between left and right image * Click on the zoom info in the top right to zoom-to-fit the view area * Click on the zoom info in the top right to zoom-to-fit the view area * Mousewheel to zoom - 5% steps   Loading inc/shortcode.php +1 −0 Original line number Original line Diff line number Diff line Loading @@ -106,6 +106,7 @@ function sravnitel_init(){ $content = "<b>$titles_str</b>"; $content = "<b>$titles_str</b>"; $content = <<<TXT $content = <<<TXT <!-- https://wordpress.org/plugins/sravnitel/ --> <div id="$id_str" style="position:relative;" class="sravnitel"></div> <div id="$id_str" style="position:relative;" class="sravnitel"></div> <script> <script> jQuery(window).load(function(){ jQuery(window).load(function(){ Loading Loading
README.md +5 −0 Original line number Original line Diff line number Diff line Loading @@ -2,6 +2,10 @@ Before-After overlayed image comparison plugin for jQuery and WordPress. Before-After overlayed image comparison plugin for jQuery and WordPress. **Published on Wordpress.org** * [Sravnitel](https://wordpress.org/plugins/sravnitel/) **Features** **Features** * Compare 2+ images * Compare 2+ images Loading @@ -13,6 +17,7 @@ Before-After overlayed image comparison plugin for jQuery and WordPress. * Click on the view area to quickly switch between left and right image * Click on the view area to quickly switch between left and right image * Click on the zoom info in the top right to zoom-to-fit the view area * Click on the zoom info in the top right to zoom-to-fit the view area * Mousewheel to zoom - 5% steps   Loading
inc/shortcode.php +1 −0 Original line number Original line Diff line number Diff line Loading @@ -106,6 +106,7 @@ function sravnitel_init(){ $content = "<b>$titles_str</b>"; $content = "<b>$titles_str</b>"; $content = <<<TXT $content = <<<TXT <!-- https://wordpress.org/plugins/sravnitel/ --> <div id="$id_str" style="position:relative;" class="sravnitel"></div> <div id="$id_str" style="position:relative;" class="sravnitel"></div> <script> <script> jQuery(window).load(function(){ jQuery(window).load(function(){ Loading