Ive been working on an image gallery ive been creating myself and im adding a "Zoom in" feature to it.
I know im very close to succeeding but i have just one tiny issue.
In Javascript i managed to get the background property of the image that will be enlarged but it grabs the image including the url(). I want to only get the URL (http:.../) EXCLUDING the url().
I hope this isn't very confusing but if you are, this is the link to my project. Click on the image to Zoom in, but it actually alerts the background-image property because i wanted to see what it fetches first.
Is this possible?