I was trying out magnifier inside accordion and found some issue. One is that getBoundingClientRect() can not get the real bounding if accordion is closed, thus the updateLensOnLoad() can not calculate the len size. One way to fix this is to updateLens once more on other event, e.g., mouseover.
I was trying out magnifier inside accordion and found some issue. One is that getBoundingClientRect() can not get the real bounding if accordion is closed, thus the updateLensOnLoad() can not calculate the len size. One way to fix this is to updateLens once more on other event, e.g., mouseover.