Images

If you don't have the image yet publicly available on the web (it's on your hard drive or in Google photos) you first need to save the image web

  1. Create a page on your website with type Gallery
  2. Add images to your gallery
  3. In the preview/view mode of your gallery → click on the image to show in full size → right click to get the image URL

Add any web-based images in whatever size you like (change the size parameter)

width= 100% → Takes 100% of the width
width= 50% → Takes half the width
width= 25% → Takes 1/4 of the width

Example 100%

:bb

<img class="img-fluid rounded border border-dark" src="https://s3.amazonaws.com/brainstore-d2014/website/node/base/cover_images/000/000/814/cover/vw_bus.jpg?2018", alt="Titel" width= 100%>

Titel


Example 50%

:bb

<img class="img-fluid rounded border border-dark" src="https://s3.amazonaws.com/brainstore-d2014/website/node/base/cover_images/000/000/814/cover/vw_bus.jpg?2018", alt="Titel" width= 50%>

Titel


Example 25%

:bb

<img class="img-fluid rounded border border-dark" src="https://s3.amazonaws.com/brainstore-d2014/website/node/base/cover_images/000/000/814/cover/vw_bus.jpg?2018", alt="Titel" width= 25%>

Titel