Home Forums WoodMart support forum 360 product view

360 product view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #196744

    robbie755
    Participant

    Hi Xtemos team,

    I’m using Woodmart’s built-in 360 viewer and was wondering if it’s possible to add a “play” button so that it would auto-rotate and if we can control the speed at which it rotates. Possible?

    #196772

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this. There is no option to change the speed, unfortunately.

    .woodmart-threed-view .nav_bar_play:after,
    .woodmart-threed-view .nav_bar_stop:after{
    	  content: "\f100";
        font-family: woodmart-font;
    }
    .woodmart-threed-view .nav_bar a.nav_bar_play,
    .woodmart-threed-view .nav_bar a.nav_bar_stop {
    	display: inline-block;
    }

    Regards

    #196778

    robbie755
    Participant

    Thanks Artem. The play button works and it turns pretty slow (which is good) but the animation is jerky even though I have 360 images added. Is there a code to create a smooth transition from one frame to the next?

    #196784

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

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