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

Header Images are streched #708

Open
PhilippSPOTTERON opened this issue Aug 2, 2023 · 2 comments
Open

Header Images are streched #708

PhilippSPOTTERON opened this issue Aug 2, 2023 · 2 comments
Labels

Comments

@PhilippSPOTTERON
Copy link

On the Pages across the site, header images are stretched in (at least) higher screen resolutions:

Project:
image

Ressources:
image

this is because you define a height, but have the width 100%:
style="height: 300px; width: 100%;"

The CSS needs a background-size: cover or a object-size defintion.

@PhilippSPOTTERON
Copy link
Author

Correction: the image is always out of image proportion, not only in higher resolutions:

image

@frasanz
Copy link
Member

frasanz commented Sep 28, 2024

To be fixed

@frasanz frasanz added the Design label Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants