视频短码中的高度问题

时间:2014-02-28 作者:Rob1n

我认为视频短码有问题。

当我使用[video src="" height="400"] 这个400px 高度不工作。宽度正常,但高度无效。

是虫子吗?

1 个回复
SO网友:Sudeep K Rana

这似乎不是一个bug,但它的设计只有这样。。。

看看其他参数是如何改变高度变量的,以保持基于主题的正确视频比率。

if ( \'video\' === $type ) {
             $width = empty( $meta[\'width\'] ) ? 640 : $meta[\'width\'];
             $height = empty( $meta[\'height\'] ) ? 360 : $meta[\'height\'];
             $theme_height = round( ( $height * $theme_width ) / $width );
             $track[\'dimensions\'] = array(
                     \'original\' => compact( \'width\', \'height\' ),
                     \'resized\' => array(
                             \'width\' => $theme_width,
                             \'height\' => $theme_height
                     )
             );
 }
参考号:Codex : 1092号线

结束

相关推荐

How do I make a shortcode?

边走边学。。。我已经构建了这个功能,但我需要它作为一个短代码。我该怎么做?$args = array( \'taxonomy\' => \'product_cat\' ); $terms = get_terms(\'product_cat\', $args); $count = count($terms); $i=0; if ($count > 0) { $cape_list = \'<p class=\"my_term-archive\