Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

360 Degree Images


Mort-lemur

Recommended Posts

Hi,

 

A very quick question - and I should know the answer, but my mind is blank.....

 

I have taken on a new supplier who has some very nice product images as 360 degree movies in .m4v format.

 

They are each a single file and stored in my images folder

 

What is the html code I would need to use to insert these as large images?

 

Many Thanks

Now running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members.

Link to comment
Share on other sites

You'll need to change from .m4v to .mp4 - you should be able to simply rename the file...

 

Upload an image (for use in the layout on the product_info.php page)

 

Then, in the HTML input box:

 

 

<video controls>
  <source src="images/Name_Of_Video.mp4" type="video/mp4">
</video>
Link to comment
Share on other sites

@@burt Thanks Gary :)

Now running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members.

Link to comment
Share on other sites

@@burt Thanks again - just to confirm that that worked like a charm and for the record the .m4v files could simply be renamed to .mp4 files without issue. I now have some nifty 360 degree images for some products which look great :)

Now running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...