1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 16:15:32 +02:00
This commit is contained in:
Jan Lukas Gernert 2023-08-01 19:35:22 +02:00
parent a7e8661a09
commit 7a4f5c500d

View file

@ -626,7 +626,7 @@ impl FullTextParser {
.set_property("class", "videoWrapper") .set_property("class", "videoWrapper")
.ok() .ok()
.and_then(|()| node.set_property("width", "100%").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(|| { .ok_or_else(|| {
node.unlink(); node.unlink();
video_wrapper.add_child(&mut node) video_wrapper.add_child(&mut node)