i have slideshow gives 2 elements shown [aria-hidden=true]. need container scale 2 elements have [aria-hidden=true].
does know how script in jquery?
thanks in advance
i not 100% sure asking here. if possible, please provide sample code.
however, maybe work:
$('[aria-hidden="true"]') .parent() .css({ height: '100%' });
otherwise, here few stackoverflow articles might point in right direction:
jquery: height of hidden element in jquery
using jquery adjust parent element's height match it's visible child's height
hope helps.
Comments
Post a Comment