Skip to content

Commit e6444ad

Browse files
Adjust GIF display size for better layout consistency
1 parent f892185 commit e6444ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/about.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ layout: default
4646
src="{{ page.header_gif.file | prepend: '/assets/img/' | relative_url }}"
4747
alt="{{ page.header_gif.alt }}"
4848
class="img-fluid z-depth-1"
49-
style="width: 100%;"
49+
style="width: 50%;"
5050
>
5151
{% if page.header_gif.caption %}
5252
<div class="caption" style="text-align: center; margin-top: 10px; font-style: italic; color: #6c757d;">

_pages/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ header_gif:
1313
file: mybrain.gif
1414
alt: "Description of your GIF"
1515
caption: "Visualizing of the my brain model"
16-
width: "600px"
16+
width: "100px"
1717
news: true
1818
selected_papers: true
1919
social: true

0 commit comments

Comments
 (0)