I've been having issues recently using splittext in banners. The issue is the text isn't always breaking at the <br>. Not so much an issue with Chrome, but still randomly happens. I see the info on this page https://greensock.com/docs/v3/Plugins/SplitText at Notes & limitations, but maybe you could help me more here.
Is there an issue where I have these placed?
My links to google fonts are pasted just before the end of the </head>
My links to js files are just before the end of the </body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.10.4/gsap.min.js"></script>
<script src="js/SplitText.min.js"></script>
<script src="js/greensock_Animations.js"></script>
Thanks
Chris