You can in fact add toggleplay to the image buttons, but this will require a custom edit. Open the file
iv-includes/include/config.xml, and locate the node:
<buttons type="array" description="Select which buttons to be used when hovering over the image" options="imageinfo,window,popup,copylocation,link,purchase,download,sendlink,contact,zoomin,zoomout,togglefullscreen,share">window,popup,download,zoomin,zoomout,share</buttons>
Add the "toggleplay" value in the options array, like this:
<buttons type="array" description="Select which buttons to be used when hovering over the image" options="imageinfo,window,popup,copylocation,link,purchase,download,sendlink,contact,zoomin,zoomout,togglefullscreen,share,toggleplay">window,popup,download,zoomin,zoomout,share</buttons>
Now, from your settings, you can add toggleplay to imagebuttons.
winph wrote:why not just put main controls in images/text page & thumbnails?
Textpages dont need any controls, and thumbnails dont really have placement for imagebuttons like image have - There is no hover area. Main controls work more like global controls, and often users like to always have them in same location.