mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: use youtube proxy html
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
(let [width (or width (min (- (util/get-width) 96)
|
||||
560))
|
||||
height (or height (int (* width (/ 315 560))))
|
||||
url (str "https://www.youtube.com/embed/" id "?enablejsapi=1")
|
||||
url (str "https://logseq.com/youtube.html?v=" id "?enablejsapi=1")
|
||||
url (if start
|
||||
(str url "&start=" start)
|
||||
url)]
|
||||
|
||||
Reference in New Issue
Block a user