360 degree view – play button
-
Dear Xtemos-Team.
1.)
Is it possible to integrate “Play”-Button in “360 degree view” like in your basel-theme?
(see screenshot attached)
2.)
Is there an way to start rotate automaticly (via additional javaScript-Code maybe)?
Thank you in advance.
With best regards
André
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme settings > Custom CSS:
body .woodmart-threed-view .nav_bar a.nav_bar_play,
body .woodmart-threed-view .nav_bar a.nav_bar_stop {
display: inline-block;
}
body .woodmart-threed-view .nav_bar a.nav_bar_play:after {
content: "\f100";
font-family: woodmart-font;
}
body .woodmart-threed-view .nav_bar a.nav_bar_stop:after {
content: "\f10f";
font-family: woodmart-font;
}
2. No, it is not possible. It works only on click.
Best Regards
Thank you very much.
You can mark it as solved.
With best regards
André
The topic ‘360 degree view – play button’ is closed to new replies.