Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename image portrait #771

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Rename image portrait #771

wants to merge 1 commit into from

Conversation

williambelle
Copy link
Member

La taille de l'image est correcte mais le nom ne correspondait pas.

<picture>
<source
media="(min-width: 1140px)"
srcset="{{portrait_path}}253x360.jpg 1x, {{portrait_path}}506x720.jpg 2x">
<source
media="(min-width: 960px)"
srcset="{{portrait_path}}211x300.jpg 1x, {{portrait_path}}422x600.jpg 2x">
<source
media="(min-width: 720px)"
srcset="{{portrait_path}}253x360.jpg 1x, {{portrait_path}}506x720.jpg 2x">
<source
media="(min-width: 541px)"
srcset="{{portrait_path}}253x360.jpg 1x, {{portrait_path}}506x720.jpg 2x">
<source
media="(max-width: 540px)"
srcset="{{portrait_path}}211x300.jpg 1x, {{portrait_path}}422x600.jpg 2x">
<img src="{{portrait_path}}506x720.jpg" class="img-fluid" alt="ALT">

Copy link

Test Results

  1 files    1 suites   0s ⏱️
284 tests 266 ✅ 0 💤  0 ❌ 18 🔥
284 runs  248 ✅ 0 💤 18 ❌ 18 🔥

For more details on these errors, see this check.

Results for commit 739c77a.

Copy link

🔎 Download the Backstop report for this pull request (link valid for 90 days):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant