Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Problem with maxHeight #14

@Tromens

Description

@Tromens

Hello!
I've just tested your plugin and it's fantastic!
I just had a problem (I don't know if only occurs to me) when I configure the maxHeight at the starting of the program, and there were different sizes of pictures.
To solve that, I had to modify the code at the line number 94 (from V2), when it checks the maxHeight. I had to add an else with this code:

 else {
     height = pgwSlideshow.plugin.find('.ps-current').css('height', height);
 }

Thanks for creating this!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions