DecorativeLetterAnimations icon indicating copy to clipboard operation
DecorativeLetterAnimations copied to clipboard

Fix svg height attribute with the correct variable

Open TheJoin95 opened this issue 4 years ago • 0 comments

In the createSVG and initEvents functions the svg was created like: this.DOM.svg.setAttribute('height',${winsize.width}px);

I changed the property from width to height. This should fix the mobile view and responsiveness

TheJoin95 avatar Jan 23 '21 17:01 TheJoin95