Use Bootstrap for album/photo grid #31
@ -165,7 +165,10 @@ class PhotoMosaic
|
||||
return [$photos, 'single'];
|
||||
}
|
||||
|
||||
// A boring set it is, then.
|
||||
// Last resort: majority vote
|
||||
if ($num_portrait > $num_landscape)
|
||||
return [$photos, 'portraits'];
|
||||
else
|
||||
return [$photos, 'row'];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user