Image view zoom help in php

by 4 replies
5
Hello people

i have made gallery of products in php and its already displaying images. What i want to do is to add zoom facility when i move mouse over the image.

Is it possible to do it using php , or should i use another language?
#programming #image #php #view #zoom
  • You should add css style to your image fetching tag here is a css example

    HTML Code:
    .myimage{
    width:30%;
    height:30%;
    opacity:0.3;
    border:2px solid black;
    }
    • [1] reply
    • I have kept this code in css but how can i implement into my image where i am viewing image?
      • [1] reply
  • with the helo of jquery you can do this ..... easily
    please check this link .... Dynamic Drive DHTML Scripts- Sticky Tooltip script

Next Topics on Trending Feed