You appear to be a bot. Output may be restricted
Description
Usage
Jetpack_Tiled_Gallery_One_Two::is_possible();
Parameters
Returns
void
Source
File name: jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-shape.php
Lines:
1 to 4 of 4
public function is_possible() { return $this->is_not_as_previous( 3 ) && $this->images_left >= 2 && $this->images[0]->ratio < 1.6 && $this->images[1]->ratio >= 0.9 && $this->images[1]->ratio < 2.0 && $this->images[2]->ratio >= 0.9 && $this->images[2]->ratio < 2.0; }