This commit is contained in:
parent
7078d2c809
commit
6d1973ff6d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ fn read_pdf(data: Vec<u8>) -> File {
|
||||||
content: format!(
|
content: format!(
|
||||||
r#"<embed
|
r#"<embed
|
||||||
src="data:application/pdf;base64,{}"
|
src="data:application/pdf;base64,{}"
|
||||||
style="width: 100%; height: 80vh";
|
style="width: 100%; height: 79vh";
|
||||||
>"#,
|
>"#,
|
||||||
pdf
|
pdf
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue