Skip to content

ie support #5

@ThomasKlickermann

Description

@ThomasKlickermann

To get the images well displayed in IE just replace the code on line 173:

$(this).css({'position':'absolute', 'z-index':'-2'});

with the following code:

$(this).css({'position':'absolute', 'z-index':'-2', 'width':'auto', 'height':'auto'})

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