1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-05 02:06:56 +00:00

Use iframe to embed PDF (#7102)

`<iframe>` is kind of preferred over `<embed>` and widely supported.
This commit is contained in:
Matthias Bilger 2023-01-19 18:01:53 +01:00 committed by GitHub
parent aa8f7f77d6
commit a3a1eceb4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ The PDF parser embeds a PDF viewer
var ImageParser = function(type,text,options) {
var element = {
type: "element",
tag: "embed",
tag: "iframe",
attributes: {}
},
src;