JavaScript Zoom whole Div

前端 未结 2 460
无人及你
无人及你 2021-01-19 18:17

I\'m searching for a JQuery script that can zoom in a whole div. I found the following plugins:

http://test.dpetroff.ru/jquery.iviewer/test/# and http://www.albanx.c

2条回答
  •  长发绾君心
    2021-01-19 19:03

    A code example (jsfiddle or something) would probably be pretty helpful to get a better idea of what you want to achieve. Generally I reckon the CSS property "zoom" animated with jQuery might help here (jsfiddle), but this only works in chrome/safari atm.

提交回复
热议问题