I need to use many pictures with high quality in web. Because if I use Ajax image zooming code with PHP, anyone can see them in zoom mode. But I have no idea in Ajax PHP code. Where is the best Ajax image zooming code with PHP?
Can you help me to get Ajax image zooming code with PHP?
Hello, Kristen
Hope you are fine. Don't worry , hope your problem can be solved. Let try it
<!– Put the placeholder DIV where ever in the <body> –>
              <div id="test">This id a placeholder DIV</div>
              <script type="text/javascript">
              // Create new object
              var ajaxZoom = {};
             Â
              // Define the path to the axZm folder
              ajaxZoom.path = "/axZm/";
             Â
              // Define your custom parameter query string
              ajaxZoom.parameter = "zoomData=/pic/zoom/fashion/some_image.jpg|/bilder/ordner1/test.png&example=8";
             Â
              // The ID of the element where ajax-zoom has to be inserted into
              ajaxZoom.divID = "test";
              </script>
             Â
              <!– Include the loader file –>
              <script type="text/javascript" src="/axZm/jquery.axZm.loader.js"></script
Â
Otherwise you may click here to learn more with example
Hope you will get your answer.