πŸš€Quick Start | SA5 Elements

How to Easily Add SA5's Video Enhancements to Your Webflow Site

How to Add the Library

triangle-exclamation
circle-exclamation

Add this script to the page-specific or site wide custom code HEAD area of your site or page.

<!-- Sygnal Attributes 5 | Elements --> 
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/css/webflow-elements.css"> 
<script defer src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-elements.js"></script>
circle-check

Add the custom attributes for the features you need, described in each feature separately.

SA5 Library Developers

For SA5 library developers, use the extended syntax to support Sygnal Devmodearrow-up-right and Sygnal DevProxyarrow-up-right. These make it easier to develop and test code changes with Webflow sites.

<!-- Sygnal Attributes 5 | Elements --> 
<link rel="stylesheet" 
  href="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/css/webflow-elements.css"
  dev-href="http://127.0.0.1:4000/dist/css/webflow-elements.css"
  group="SA5 Elements"  
  > 
<script defer 
  src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-elements.js" 
  dev-src="http://127.0.0.1:4000/dist/nocode/webflow-elements.js"
  group="SA5 Elements"  
  ></script>

Last updated

Was this helpful?