1 Comment
User's avatar
Nicolai's avatar

Hi, thank you for your clear and easy-to-follow guides!

I was wondering if you have found any ways to resize the images in the dbt docs?

Without luck, I tried the following:

<img src="./assets/logo.png" alt="logo" width="200"/>

and

<div style="text-align: center;">

<img src="./assets/logo.png" alt="logo" style="width: 200px;">

</div>

and

![Logo](./assets/logo.png){ width=200 }

Expand full comment