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

Logo im Header mit Transition #56

Closed
zonky2 opened this issue Nov 29, 2023 · 4 comments
Closed

Logo im Header mit Transition #56

zonky2 opened this issue Nov 29, 2023 · 4 comments
Assignees

Comments

@zonky2
Copy link

zonky2 commented Nov 29, 2023

Beim Scrollen nach unten wird die Headerzeile kleiner und damit auch das Logo - leider springt das sehr von einem Status in den nächsten... eine transition auf height wäre sicher schön(er)

@seibtph
Copy link
Contributor

seibtph commented Nov 30, 2023

Das wäre ein Beispiel wie man es machen könnte:

.nav-container .navbar-brand img {
	transition: height .3s;
	height: 97px;
	width: auto;
}

Das Bild muss aber eine feste Höhe haben, damit das klappt. Für dich sollte das passen, aber für das Theme wäre das eher nicht so gut, wenn ich die Höhe per CSS festsetze. Oder hast du eine andere Idee?

@zonky2
Copy link
Author

zonky2 commented Nov 30, 2023

könnte man die Höhe als Inline-CSS setzen? Im Template sollte das doch aus den Bildeigenschaften ermittelbar sein - oder?

@seibtph
Copy link
Contributor

seibtph commented Dec 5, 2023

Ja das wäre möglich. Ich muss mal schauen ob und wie wir das am besten ins Theme integrieren.

@seibtph
Copy link
Contributor

seibtph commented Mar 13, 2024

Das Feature ist in der Version 3.4.0 implementiert. Du musst nur das Template des Logo auf logo_odd.html.twig umstellen.

@seibtph seibtph closed this as completed Mar 13, 2024
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

No branches or pull requests

2 participants