diff --git a/article_scraper/src/full_text_parser/mod.rs b/article_scraper/src/full_text_parser/mod.rs index d5803c9..65b3912 100644 --- a/article_scraper/src/full_text_parser/mod.rs +++ b/article_scraper/src/full_text_parser/mod.rs @@ -626,7 +626,7 @@ impl FullTextParser { .set_property("class", "videoWrapper") .ok() .and_then(|()| node.set_property("width", "100%").ok()) - .and_then(|()| node.set_property("height", "500").ok()) + .and_then(|()| node.set_property("height", "400").ok()) .ok_or_else(|| { node.unlink(); video_wrapper.add_child(&mut node)