I have a background (svg) image that I initially will view zoomed in and then on an event the image will zoom out to fit in the page. This works well in Firefox but in Chrome the picture was cropped when zoomed in and thus when it is supposed to fit the page it has white space around it. I believe this is part of Chrome's optimizer described here: http://famo.us/guides/pitfalls
My question is then, can I disable this optimization for this specific image? Or is there any other solution?
Edit: No need to look at the Chrome optimizer, solved by using better method for zooming (from correct answer below).