So maybe I misunderstood your instruction.
whatever, it's zooming now.
zoom image bbcode!
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.
Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT}">{TEXT}</div>
Green = OK - Red = forbidden
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.
Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT}">{TEXT}</div>
Green = OK - Red = forbidden
Re: zoom image bbcode!
well at least you got it working!
[edit]you are right it is not working, the link got broken it worked last night!
First post updated with archived file![/edit]
[edit]you are right it is not working, the link got broken it worked last night!
First post updated with archived file![/edit]
Re: zoom image bbcode!
Now when everything is working out fine I got another idea.
What about the mouse curser not be displayed in the middle of the zoom area but at the edge ?
and what about a circle zoom area like a reading-glass (german: Lupe), something like a fisheye effect ?
What about the mouse curser not be displayed in the middle of the zoom area but at the edge ?
and what about a circle zoom area like a reading-glass (german: Lupe), something like a fisheye effect ?
Re: zoom image bbcode!
i just made this simply from the js in that site i do not know javascript, what you can do is open up the js file or look in the documentation see if you can do it! I myself don't know!
Re: zoom image bbcode!
Stoni posted the solution for the hidden mouse cursor.
Open ddpowerzoomer.js
Find
Replace with
Open ddpowerzoomer.js
Find
Code: Select all
var $magnifier=$('<div style="position:absolute;width:100px;height:100px;display:none;overflow:hidden;border:1px solid black;" />')
Code: Select all
var $magnifier=$('<div style="position:absolute;width:100px;height:100px;display:none;overflow:hidden;border:1px solid black; cursor:none;" />')
Re: zoom image bbcode!
thanks! I was going to remove it, but somehow i didn't like it without the mouse cursor! but great fix for anyone who wants to take it out!