Skip to content

Centering Plugin, run resize on window load #414

@petertwise

Description

@petertwise

I was having lots of trouble with responsive images and the centering plugin. Particularly a problem with webkit browsers. After a lot of failed solutions this simple one worked: I added the on window load event to the list of events that causes a resize calculation.

Line 17 of jquery.cycle2.center.js:

$(window).on( 'resize orientationchange load', resize );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions