Changeset 1776581
- Timestamp:
- 11/28/2017 04:28:02 AM (8 years ago)
- Location:
- simple-google-photos-grid
- Files:
-
- 1 deleted
- 1 edited
-
tags/1.3 (deleted)
-
trunk/Simple_Google_Photos_Grid.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-google-photos-grid/trunk/Simple_Google_Photos_Grid.php
r1775225 r1776581 30 30 $image_class = self::name() . '-image'; 31 31 32 $cell_width = round(100 / $num_photos_per_row);32 $cell_width = floor(100 / $num_photos_per_row); 33 33 34 34 $html = '';
Note: See TracChangeset
for help on using the changeset viewer.