Basic cours support #44

Merged
Anri merged 67 commits from cours into main 2024-04-01 18:11:49 +02:00
Showing only changes of commit 6d1973ff6d - Show all commits

View file

@ -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
), ),