formslider.unbounce.fixheight
v1.0.3
Published
This plugin fixes unbounce'sabsolute positioned layouts and adjusts the top position from elements below the formslider.
Downloads
10
Maintainers
Readme
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
- https://github.com/formslider/jquery.formslider
- https://github.com/formslider/formslider.unbounce.fixheight
- http://bower.io/search/?q=formslider.unbounce.fixheight