Is it possible to conceal specific elements such as the title, logo, like and watch buttons on a Vimeo video while still displaying the play/pause button? I attempted to use CSS and JavaScript to accomplish this, but was unsuccessful due to the video being embedded in an iframe.
I also tried using background="true", however this resulted in all player controls and elements being hidden (including the play/pause button).
Would utilizing an API enable me to hide these options on the Vimeo video? Is it feasible to achieve this with Javascript or Java?