Number of thumbs per row, 0 = free float.
-
Hi,
I got a bug by setting the number of thumbs per row to 0; an operation is made using this number as the divisor, resulting in trying to divide by 0, I made a quick patch to fix it.
YouTube SimpleGallery (version 2.0.6)
file: youtube-simplegallery/inc/shortcode.php:237
if(isset($cols) && $cols > 0)
Hope this can help.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Number of thumbs per row, 0 = free float.’ is closed to new replies.