Skip to content

Instantly share code, notes, and snippets.

@emitanaka
Created January 4, 2019 06:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emitanaka/52208b73090b591cf60f9225509595da to your computer and use it in GitHub Desktop.
Save emitanaka/52208b73090b591cf60f9225509595da to your computer and use it in GitHub Desktop.
For fixing printing from chrome for xaringan
/*
Below is for 16:9. Adjust to suit your own.
*/
@page {
size: 1210px 681px;
margin: 0;
}
@media print {
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment