You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Using ImgLiquid on a container which has an absolute position element with text and a button link. That button links gets "display: block; width: 100%; height: 100%;".
When Using ImgLiquid on a container which has an absolute position element with text and a button link. That button links gets "display: block; width: 100%; height: 100%;".
I have located the coolprit in the code:
$('a:first', $imgBoxCont).css({
'display': 'block',
'width': '100%',
'height': '100%'
});
And im wondering why this is being set?
Maybe add a option to disable this?
The text was updated successfully, but these errors were encountered: