DecorativeLetterAnimations
DecorativeLetterAnimations copied to clipboard
Fix svg height attribute with the correct variable
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