Авторизуйтесь по паролю
sr.green 14.12.2014 Все вопросы » Общие вопросы 2067
FastFud - 2015-05-2414 декабря 2014 13:00 - #38584
while ( $row = $db->get_row( $sql_result ) ) {$user_found = TRUE;
$userphotos = explode(',', $row['photos']);$tpl->set('{count}', count($userphotos));
sr.green - 2015-05-2414 декабря 2014 13:48 - #38586
iframe { width: 100%; height: 400px; /* Высота по умолчанию */ } /* Мобильные устройства */ @media (max-width: 768px) { iframe { height: 300px; } } /* Очень маленькие экраны */ @media (max-width: 480px) { iframe { height: 250px; } }