Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear federicaleonori.

    Thank you for contacting us and for reporting your problem.

    To solve your problem, edit our Total-Soft-Gallery-Video-Widget.php file. Find code in line 3772

    var min_height = Math.min(…arr);

    Please edit the code and write like this.

    var min_height = Math.max(…arr);

    Plugin Author totalsoft

    (@totalsoft)

    Edit our Total-Soft-Gallery-Video-Widget.php file. Find code in line 3790

    var min_height = Math.min(…arr);

    Please edit the code and write like this.

    var min_height = Math.max(…arr);

    And after that will do update the plugin, and in the new version, that problem will be solved.

    Thanks & Regards

    Thread Starter federicaleonori

    (@federicaleonori)

    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘view gallery’ is closed to new replies.