The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: embed pdf aspect ratio (closes #1310)

+3 -2
+1 -1
quartz/plugins/transformers/ofm.ts
··· 263 263 } else if ([".pdf"].includes(ext)) { 264 264 return { 265 265 type: "html", 266 - value: `<iframe src="${url}"></iframe>`, 266 + value: `<iframe src="${url}" class="pdf"></iframe>`, 267 267 } 268 268 } else { 269 269 const block = anchor
+2 -1
quartz/styles/base.scss
··· 542 542 overflow-y: hidden; 543 543 } 544 544 545 - .external-embed.youtube { 545 + .external-embed.youtube, 546 + iframe.pdf { 546 547 aspect-ratio: 16 / 9; 547 548 height: 100%; 548 549 width: 100%;