SSENSE/vue-carousel

Feature: Emit Resize Event

Offen

#417 geöffnet am 07.04.2019

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (513 Forks)batch import
featuregood first issuehelp wanted

Repository-Metriken

Stars
 (1.705 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Current Behavior I'm currently running into an issue where I need the carousel to be an absolutely positioned element and need the carousel's height to position it between elements. I currently cannot accurately determine it's height since the carousel also recalculates its width and height on window resize.

Possible Solution A solution to resolve this would be to emit a resize event after the carousel height and width calculations on the onResize function.

Contributor Guide