Closed lcolladotor closed 3 years ago
Hi Sean,
I made http://rna.recount.bio/ with postcards::trestles as shown at https://github.com/LieberInstitute/recount3-docs/blob/master/index.Rmd. It looks great on the computer but the text is getting chopped on the mobile version (Google Chrome on an iPhone) on both the left and right sides.
postcards::trestles
Is this related to the image width I have included at https://github.com/LieberInstitute/recount3-docs/blob/master/index.Rmd#L13 or maybe something else?
Here's the R session info http://rna.recount.bio/docs/r-session-information.html.
## postcards * 0.2.0 2021-01-06 [1] CRAN (R 4.1.0)
Best, Leo
Try replacing https://github.com/LieberInstitute/recount3-docs/blob/master/index.Rmd#L13 with:
<img src="logos/logo.png" width="100%"/>
And let me know :)
Thanks Sean! That did it =)
Hi Sean,
I made http://rna.recount.bio/ with
postcards::trestles
as shown at https://github.com/LieberInstitute/recount3-docs/blob/master/index.Rmd. It looks great on the computer but the text is getting chopped on the mobile version (Google Chrome on an iPhone) on both the left and right sides.Is this related to the image width I have included at https://github.com/LieberInstitute/recount3-docs/blob/master/index.Rmd#L13 or maybe something else?
Here's the R session info http://rna.recount.bio/docs/r-session-information.html.
Best, Leo