Edwin Lunandy

Results 5 comments of Edwin Lunandy

Still experiencing the issue. My workaround for now: ``` on: { afterInit: () => { this.slideTo(0); }, } ```

This appears to be caused by [Enhanced Tracking Protection](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop) on Firefox. The preview frame works fine if ETP is disabled. @hauptrolle I can look into refactoring to Sandpack if you'd...

Basically wrapping the interaction text with `` and adding `` tag. That will allow user to style the interaction link with font icon. ![image](https://cloud.githubusercontent.com/assets/1444575/24085303/c8ddc470-0ccf-11e7-8791-2af21275b686.png) With the current markup it's impossible...

That only works on image file, it won't work on font-icon. The proposed PR will allow both font icon and image file.

@arseneoaa Adding 3rd argument doesn't seem to work on controller as styntax. ``` html ``` Any clue? Thanks