ionic2 - Ionic 2: Slider auto height -
is there anyway automatically adjust height of ionic 2 slider based on content within slides? have sliding card style want expand upon clicking, however, height of slider restricting it.
try code
ngafterviewinit(){ this.slider.autoheight = true; }
Comments
Post a Comment