Авторизуйтесь по паролю
zip 07.02.2016 Все вопросы » Общие вопросы 2393
леший - 2015-11-237 февраля 2016 04:30 - #52613
$tags = implode(", ", $tags); if ( $limit ) $tpl->set( $matches[0], $tags); else $tpl->set('{tags}', $tags);
$tags = implode(" ", $tags); if ( $limit ) $tpl->set( $matches[0], $tags); else $tpl->set('{tags}', $tags);
zip - 2015-11-237 февраля 2016 04:37 - #52614
леший - 2015-11-237 февраля 2016 04:41 - #52615
$tpl->result['tags_cloud'] = implode(", ", $tags);
$tpl->result['tags_cloud'] = implode(" ", $tags);
zip - 2015-11-237 февраля 2016 04:43 - #52616
iframe { width: 100%; height: 400px; /* Высота по умолчанию */ } /* Мобильные устройства */ @media (max-width: 768px) { iframe { height: 300px; } } /* Очень маленькие экраны */ @media (max-width: 480px) { iframe { height: 250px; } }
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame, #trplayer {width: 100%; max-width:100% !important; height:400px; display:block;} @media screen and (max-width: 590px) { .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame, #trplayer {height:300px;} } @media screen and (max-width: 470px) { .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame, #trplayer {height:250px;} }