diff --git a/child-clone-a-github-repo.Rmd b/child-clone-a-github-repo.Rmd index 071ded2..983ae6c 100644 --- a/child-clone-a-github-repo.Rmd +++ b/child-clone-a-github-repo.Rmd @@ -1,5 +1,5 @@ ```{r } -#| echo = FALSE, fig.align = "center", out.width = "100%", +#| echo = FALSE, fig.align = "center", out.width = "60%", #| fig.alt = "Clone a remote repo." knitr::include_graphics("img/new-project-github-first.jpeg") ``` diff --git a/child-create-a-github-repo.Rmd b/child-create-a-github-repo.Rmd index 9d8b061..d184276 100644 --- a/child-create-a-github-repo.Rmd +++ b/child-create-a-github-repo.Rmd @@ -20,7 +20,7 @@ If you're taking our default advice, copy the HTTPS URL. But if you're opting for SSH, then make sure to copy the SSH URL. ```{r} -#| echo = FALSE, fig.align = "center", out.width = "100%", +#| echo = FALSE, fig.align = "center", out.width = "60%", #| fig.alt = "Selecting an HTTPS vs SSH URL on GitHub" knitr::include_graphics("img/github-https-or-ssh-url-annotated.png") ``` diff --git a/usage-new-project-github-first.Rmd b/usage-new-project-github-first.Rmd index ef8c593..635d602 100644 --- a/usage-new-project-github-first.Rmd +++ b/usage-new-project-github-first.Rmd @@ -81,7 +81,7 @@ No need to fanny around setting up Git remotes and tracking branches on the comm We're about to confirm we are setup for pulling and pushing. -```{r github-pull-push, echo = FALSE, out.width = "100%", fig.cap = "Pull and push."} +```{r github-pull-push, echo = FALSE, out.width = "60%", fig.cap = "Pull and push."} knitr::include_graphics("img/github-pull-push.jpeg") ```