0) { $items = intval('@items'); $loop = 0; $inner_style = ''; $item_style = ''; @if (!navigation.verticalItems) { if ($images_count < $items && $items !== 0) { $inner_style = 'width: ' . floor(100 / $items) * $images_count . '%;margin: 0 auto;'; } if ($items !== 0) { $item_style = 'width:' . floor(100 / min($images_count, $items)) . '%'; } } ?>