@@ -32,7 +32,7 @@
<{loop($content):}>
<{if($v['type'] == 1):}>
<{if(isset($v['content'])):}>
- <{$v['content']}>
+ <{str_replace(array('width', 'height'), array('widths', 'heights'), $v['content'])}>
<{endif}>
<{elseif($v['type'] == 2):}>
@@ -17,7 +17,7 @@
<div class="rich-wrapper">
<!--视频-->