[Plugin: WooTumblog] Video width fixed
-
Why is the video width fixed? Shouldn’t that be variable? Just like images?
function woo_tumblog_video_content($post_id) { $content_tumblog = '<div class="video">'.woo_tumblog_embed('key=video-embed&width=440').'</div>'; return $content_tumblog; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: WooTumblog] Video width fixed’ is closed to new replies.