Can you help me to get Ajax image zooming code with PHP?

Asked By 70 points N/A Posted on -
qa-featured

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?

SHARE
Answered By 50 points N/A #181773

Can you help me to get Ajax image zooming code with PHP?

qa-featured

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.

Related Questions