when the image/s in the Phoca Gallery Slideshow Noob are less wide than the 990px of Phoca-Wrapper, they appear in the left position of the phoca-slideshow border which is always 990px wide. I have looked into the template/index.php and the module's mod_phocagallery_slideshow_noob.php.
The problem as I see it is that width and height of the image/s are only known in the mod_phoca..noob.php and not in template/index.php. It would therefore strategically straightforward when the border of the slideshow element would not be fixed in index.php but in mod_phoca.php. and the css-information should go from template/css/template.css into mod_phoca..noob/css/style.css.
The width/height information should also be called in the pgnsboxs that is one line above the actual call.
Code: Select all
echo '<div id="pgnsboxs">'. "\n";
echo '<div id="pgnsboxm" style="width: '.$width.'px; height: '.$height.'px;">'. "\n";
echo '<div id="pgnsbox">'. "\n";
Centering the slideshow appears IMHO an optimization of the template. I am awaiting your response.
Greetings from the Black Forest again White
Bernhard