When I use the official embed code from Google Developers to embed my YouTube channel, it cuts off the corners of my image and leaves white corners. This doesn't look good on my website with a black background.
<script src="https://apis.google.com/js/platform.js"></script>
<div class="g-ytsubscribe" data-channel="GoogleDevelopers" data-layout="full" data-theme="dark" data-count="default"></div>
- This is the issue I am facing
I have noticed that by styling the .yt-thumb {background: #f1f1f1;}
, the problem gets resolved as seen when removed using the Element Inspector.
Thank you in advance! :)