generated from hjess/PythonTemplateProject
[main] Playing with images
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 39s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 39s
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 46 KiB |
BIN
static/images/resized_200x400_pic09.jpg
Normal file
BIN
static/images/resized_200x400_pic09.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
BIN
static/images/resized_200x400_pic11.jpg
Normal file
BIN
static/images/resized_200x400_pic11.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
BIN
static/images/resized_800x400_pic09.jpg
Normal file
BIN
static/images/resized_800x400_pic09.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
static/images/resized_950x200_pic09.jpg
Normal file
BIN
static/images/resized_950x200_pic09.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -26,7 +26,7 @@
|
||||
{% for favorite in data.favorites %}
|
||||
<article>
|
||||
<a href="/category/{{ favorite.path }}" class="image">
|
||||
<img src="/static/{{favorite.image}}" alt="{{ favorite.name }}" height=300 width=40/>
|
||||
<img src="/static/{{favorite.image}}" alt="{{ favorite.name }}" height="40%" width="40%" />
|
||||
</a>
|
||||
<p><b>{{ favorite.path }}</b>: {{ favorite.description }}</p>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user