Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
482c5809
Commit
482c5809
authored
2 years ago
by
OndraPetrzilka
Browse files
Options
Downloads
Patches
Plain Diff
resolution changed for main images
parent
89db3551
No related branches found
No related tags found
3 merge requests
!607
Pirati.cz
,
!589
Feature/pirati cz ondra
,
!575
Feature/pirati cz
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/templates/main/main_article_page.html
+1
-1
1 addition, 1 deletion
main/templates/main/main_article_page.html
main/templates/main/main_person_page.html
+1
-1
1 addition, 1 deletion
main/templates/main/main_person_page.html
with
2 additions
and
2 deletions
main/templates/main/main_article_page.html
+
1
−
1
View file @
482c5809
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
{% load static wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags %}
{% load static wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags %}
{% block content %}
{% block content %}
{% image page.image max-
3840x216
0 as main_img %}
{% image page.image max-
1920x80
0 as main_img %}
{% with before_title=page.date after_title=page.after_name subtitle=page.position image_url=main_img.url %}
{% with before_title=page.date after_title=page.after_name subtitle=page.position image_url=main_img.url %}
{% include 'main/includes/layout/photo_page_header.html' %}
{% include 'main/includes/layout/photo_page_header.html' %}
{% endwith %}
{% endwith %}
...
...
This diff is collapsed.
Click to expand it.
main/templates/main/main_person_page.html
+
1
−
1
View file @
482c5809
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
{% block content %}
{% block content %}
<main
role=
"main"
>
<main
role=
"main"
>
{% image page.main_image max-
3840x216
0 as main_img %}
{% image page.main_image max-
1920x80
0 as main_img %}
{% with before_title=page.before_name after_title=page.after_name subtitle=page.position image_url=main_img.url %}
{% with before_title=page.before_name after_title=page.after_name subtitle=page.position image_url=main_img.url %}
{% include 'main/includes/layout/photo_page_header.html' %}
{% include 'main/includes/layout/photo_page_header.html' %}
{% endwith %}
{% endwith %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment