Skip to content

Commit 1779a3d

Browse files
committed
Adjust image width
1 parent 44853a8 commit 1779a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ This is the [website](https://moderndive.com/v2/) for *Statistical Inference via
267267
```{r results="asis", echo=FALSE, purl=FALSE}
268268
if (is_html_output()) {
269269
include_image(
270-
path = "images/logos/v2/v2_cover_2024-09-29.png",
271-
html_opts = "width=350px"
270+
path = "images/logos/v2/v2_cover_2024-09-29.png"#,
271+
# html_opts = "width=350px"
272272
)
273273
}
274274
```

0 commit comments

Comments
 (0)