how to show video player control on product detail page

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
KushalSreedharan
Posts: 2
Joined: 22 Dec 2023, 05:43

how to show video player control on product detail page

Post by KushalSreedharan » 03 Jan 2024, 04:30

Currently, I can upload videos for products from admin. The issue I'm facing is that I'm not able to do the video control(like pause, mute, unmute, etc) on the product detail page.

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: how to show video player control on product detail page

Post by aimeos » 04 Jan 2024, 08:33

You need to overwrite this view helper and use your own one in the catalog/detail/image-* templates:
https://github.com/aimeos/ai-client-htm ... andard.php

Then, add "controls" to the video html tag in your view helper.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply