Reputation: 1
How to add dynamic cdn url for BigCommerce Web Dev file?
Added this:
<img src="https://cdn11.bigcommerce.com/s-xw5rimf0vt/content/carousel/1920x600-3.jpg" width="1920" height="600">
I want to add dynamic CDN url like this but not working.
<img src="{{cdn 'content/carousel/1920x600-3.jpg'}}" width="1920" height="600">
For access assests folder of theme file this below url is working
<img src="{{cdn 'assets/carousel/1920x600-3.jpg'}}" width="1920" height="600">
we want to access images from BigCommerce WebDev File Manager.
Upvotes: 0
Views: 11