1.0.3 • Published 6 years ago

formslider.unbounce.fixheight v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

formslider.unbounce.fixheight

This plugin fixes unbounce's absolute positioned layouts and adjusts the top position from elements below the formslider.

Installation

bower install formslider.unbounce.fixheight

# or

npm install formslider.unbounce.fixheight

Include js dependencies

Load the following dependencies:

  • [path_to_you_bower_components]/formslider.unbounce.fixheight/dist/formslider.unbounce.fixheight.js

Load the plugin

See formslider for more infos.

{
  class: 'UnbounceFixheight'
  config:
    wait: 600
    animationDuration: 400
    selector: '.formslider-wrapper'
    elementsToReposition: '#lp-pom-root .lp-element'
    alwaysAdjustParentHeight: false
}

Changelog

1.0.3
  • introduce alwaysAdjustParentHeight to use left space in parent when changing height

1.0.2
  • better position animation for unbounce absolute/relative elements
1.0.1
  • fix unbounce's unstraight absolute/relative positioning handling in conjunction with media queries.
1.0.0
  • initial

Resources

Authors

Tom Hanoldt

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago