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
While we could solve this with the addition of some CSS, it's a little tricky to target the canvas elements created by node-vibrant as they have no class and are not contained within another element, meaning that we must have a very general CSS rule to hide them, which is not ideal.
The text was updated successfully, but these errors were encountered:
I still face this problem, even using the latest version. The problem is that with visibility: hidden the space of the canvas is allocated on the page. My suggestion is to swap visibility: hidden with display: none.
While we could solve this with the addition of some CSS, it's a little tricky to target the canvas elements created by node-vibrant as they have no class and are not contained within another element, meaning that we must have a very general CSS rule to hide them, which is not ideal.
The text was updated successfully, but these errors were encountered: