From 15e59e7e75a974271101a63e585c764c444e1099 Mon Sep 17 00:00:00 2001
From: Sebastian Henz <sebastian.henz@ufz.de>
Date: Mon, 19 Oct 2020 17:27:51 +0200
Subject: [PATCH] Don't use out.width = "100%"

---
 README.Rmd | 3 +--
 README.md  | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.Rmd b/README.Rmd
index 05719f6..070d7ae 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -8,8 +8,7 @@ output: github_document
 knitr::opts_chunk$set(
   collapse = TRUE,
   comment = "#>",
-  fig.path = "images/README-",
-  out.width = "100%"
+  fig.path = "images/README-"
 )
 ```
 
diff --git a/README.md b/README.md
index 4ac01e7..ee5b8a9 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ plot_survival(model_a)
 plot_stress(model_a)
 ```
 
-<img src="images/README-example_plot-1.png" width="100%" />
+![](images/README-example_plot-1.png)<!-- -->
 
 ### Multi-TOX
 
-- 
GitLab