Skip to content

Commit

Permalink
Fix showcase titles in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreprocess committed May 10, 2021
1 parent 2ac8f27 commit d8cb1cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6
1.0.7
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ python -m t3dn_bip_converter source_file.png destination_file.bip

## Showcases

### Show `.bip` and `.jpg` Images in a Panel
### Show `.bip` and `.jpg` Images

<a href="https://www.youtube.com/watch?v=WUcGWo9gad4&list=PLzkRr8BNKzgHKSkpBgRgCbDZlEjYypz-5"><img src="https://img.youtube.com/vi/WUcGWo9gad4/maxresdefault.jpg"></a>

### Show `.bip` and `.jpg` Images in an Enum

<a href="https://www.youtube.com/watch?v=H9-hCtpOLoo&list=PLzkRr8BNKzgHKSkpBgRgCbDZlEjYypz-5"><img src="https://img.youtube.com/vi/H9-hCtpOLoo/maxresdefault.jpg"></a>

### Show large `.bip` and `.jpg` Hero Images in a Panel
### Show large `.bip` and `.jpg` Hero Images

<a href="https://www.youtube.com/watch?v=W_xV93_M1Ak&list=PLzkRr8BNKzgHKSkpBgRgCbDZlEjYypz-5"><img src="https://img.youtube.com/vi/W_xV93_M1Ak/maxresdefault.jpg"></a>

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ python -m t3dn_bip_converter source_file.png destination_file.bip

## Showcases

### Show `.bip` and `.jpg` Images in a Panel
### Show `.bip` and `.jpg` Images

<iframe width="560" height="315" src="https://www.youtube.com/embed/WUcGWo9gad4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

### Show `.bip` and `.jpg` Images in an Enum

<iframe width="560" height="315" src="https://www.youtube.com/embed/H9-hCtpOLoo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

### Show large `.bip` and `.jpg` Hero Images in a Panel
### Show large `.bip` and `.jpg` Hero Images

<iframe width="560" height="315" src="https://www.youtube.com/embed/W_xV93_M1Ak" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Expand Down

0 comments on commit d8cb1cf

Please sign in to comment.