Raven
Raven

Reputation: 2257

Nivo Slider problem when zooming out of browser

When I was developing my own blog, I found this really weird bug on the ever popular Nivo Slider.

The problem: Whenever you zoom out the web browser, you'll get an broken image view of the slides in the nivo slider.

You can even check it out by going to their website: http://nivo.dev7studios.com/ Zoom out your web browser and you can see that the slide image looks broken.

How could I fixed this?

Thank you so much!

P.S.: If this problem would be resolved, I will try to contact the developers and give you the credit for solving this issue :D

Upvotes: 1

Views: 1186

Answers (1)

fvu
fvu

Reputation: 32973

I checked the site and this problem seems limited to IE (8) and Chrome, I haven't managed to make Firefox 5 show the same artifacts.

Nivo slices up an image to perform its magic, and I suspect rounding errors become visible as lines between the "tiles" during zoom.

I think that with a slightly modified tiling algorithm that allows for a small overlap the problem can be solved, and I suggest you submit your observation to the Nivo team.

Upvotes: 1

Related Questions