Responsive sidebars not resized when sticked
Responsive sidebars are not resized when it is sticked. You need to scroll to the top for the sidebar for the responsive sidebar to adjust its width.
See video of the issue here (tested with your demo): http://share.hellodetail.com/kEBF
Hi @liviucmg, is there any update on resolving this bug ? As a novice, I stuck with this all day, thinking there's something wrong with my code!
BTW, thank you so much for this great plugin.
hi @transbetacism, you find
'width': getWidthForObject(o.stickySidebar) + 'px'
and replace to
'width': getWidthForObject(o.sidebar) + 'px',
if I use v 1.7.0, I got problem with Resizing the Sidebar. But it works well with v1.2.2.
Does anyone know why?
I have the same problem
@hungitms thanks its working --- change must be in dev version