Home Forums WoodMart support forum 360 degree view – play button

360 degree view – play button

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #97506

    3DyourBaby
    Participant

    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.
    #97524

    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

    #97530

    3DyourBaby
    Participant

    Thank you very much.
    You can mark it as solved.

    With best regards

    André

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘360 degree view – play button’ is closed to new replies.