Search code examples
jquerycycle

jQuery Cycle plugin


Do you have any idea why jQuery cycle plugin breaks backgorund image centering when sliding images? (without the plugin activated it works okay)

Here is a demo of my page (try to resize the window or zoom out and see what I mean - the background image gets cropped)


Solution

  • Adding this style fixes it:

    #background div { width: 100% !important }