1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 08:05:31 +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")
.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)