Community Tip - You can change your system assigned username to something more personal in your community settings. X
I'm trying to make an image tracking experience for my business cards. Basically, I want to be able to hold up my card and launch a mobile portfolio.
I can't figure out how to create a carousel of images/slideshow in Studio. Is there an easy way to do this? I'd also like to be able to have a 3D video play, but it doesn't look like that's a feature? Thanks!
Solved! Go to Solution.
Hello,
I didn't check it but I will follow these steps to create that :
In Application Style to load CSS:
@import url(#{$resources}/Uploaded/test.css);
In javascript :
$scope.app.fn.loadResourceScript("Uploaded/[filename].js");
Best regards,
Samuel
Hello,
I didn't check it but I will follow these steps to create that :
In Application Style to load CSS:
@import url(#{$resources}/Uploaded/test.css);
In javascript :
$scope.app.fn.loadResourceScript("Uploaded/[filename].js");
Best regards,
Samuel