YouTube Embed issues on Apple (Thin red button outline)

Hi
I’m getting a very strange effect on YouTube embeds on Apple Macs on my site.

It’s like only the outer edge of the button in the centre of the screen is showing. I’ve attached an image to demonstrate.

Any ideas?

Thanks

(PS sorry if this is the wrong forum to post on, I wasn’t sure which to use for this issue)

Could you be more specific? Which kind of Mac? What browser(s)? Do you have an example page? I’ve never seen that happen on my Mac.

It is a Macbook Pro.

The site is not launched. I could maybe pm you with a link and login?

Here is my embed code. Anything wrong here?
<iframe src=“http://www.youtube.com/embed/xxxxxx?rel=0?modestbranding=1&amp;showinfo=0” frameborder=“0” width=“560” height=“315”></iframe>

Thanks

Removed the modest branding parameter and it seems to be fine:

<iframe src=“http://www.youtube.com/embed/xxxxxx?rel=0&amp;showinfo=0” frameborder=“0” width=“560” height=“315”></iframe>

Ah, glad you found a solution. Apologies … I lost track of this thread.