CMS Development

IMckell
Member

Is it possible to use npm packages like rellax on hubspot?

SOLVE

I just wanted to know if it is possible to use npm packages like rellax on hubspot. If it is possible, how do you do it?

0 Upvotes
1 Accepted solution
albertsg
Solution
Guide

Is it possible to use npm packages like rellax on hubspot?

SOLVE

@IMckell yes you can! 

In this specific example you could easily add the library to your code using CDN and then implement it without issues.

I used libreries like this in some pages and had no issues so far! 



Did my answer help you? Mark it as a solution


Book time with me

You can also connect with me on LinkedIn



View solution in original post

2 Replies 2
albertsg
Solution
Guide

Is it possible to use npm packages like rellax on hubspot?

SOLVE

@IMckell yes you can! 

In this specific example you could easily add the library to your code using CDN and then implement it without issues.

I used libreries like this in some pages and had no issues so far! 



Did my answer help you? Mark it as a solution


Book time with me

You can also connect with me on LinkedIn



icheshire
Participant

Is it possible to use npm packages like rellax on hubspot?

SOLVE

Is there a way to do this without a CDN? It seems like a CDN can grow disorganized and make it easy to forget about updates.

0 Upvotes