Hi Benno,
Thanks for your reply, i have read the instructions for the styling background image. But i think that is not the problem.
The problem is that the div size heigh and width are not changed to my new default medium size of 180px. As you see in my first post the height and width of the divs are still based on the default of 100 px. I have looked into all the settings but it did not help.
In the file default.php in the directory views/category/tmpl of the front-end i have changed lines 126 and 127 from:
Code: Select all
echo '<div class="phocagallery-box-file" style="height:'. $imageHeight['boxsize'].'px; width:'.$imageWidth['boxsize'].'px;">'. "\n";
echo '<div class="phocagallery-box-file-first" style="height:'.$imageHeight['size'].'px;width:'.$imageWidth['size'].'px;margin:auto;">'. "\n";
into:
Code: Select all
echo '<div class="phocagallery-box-file" style="height:198px; width:200px;">'. "\n";
echo '<div class="phocagallery-box-file-first" style="height:180px; width:180px;margin:auto;">'. "\n";
Then the divs have the correct sizes. My conclusion is that the values in $imageHeight[' size'] and $imageWidth['size'] are not set to the changed default sizes of the medium thumbnails.
Kind regards,
Adriaan
Kind regards,
Adriaan