Thomas Feuster
Thomas Feuster
My config.inc.php: ```
In my gallery the HTML code is different:  Somehow in the end it is "unknown.png" that gets shown?
I have added print_r's and " - " as separator for readability. ``` - ./plugins/piwigo-videojs/mimetypes/gpx.png - Array ( [0] => 48 [1] => 48 [2] => 3 [3] => width="48"...
I noticed that I had placed the print_r for size in the `IF`... Here is the corrected output with empty output for `$size=@getimagesize(PHPWG_ROOT_PATH.$this->rel_path)`: `- ./plugins/piwigo-videojs/mimetypes/kml.png - -` As said above...
Happens for both gpx and kml files. WORKS if the VideoJS plugin is disabled.