I am in search of a solution to extract information from within the embed responsive element.
When it comes to embed-responsive video elements, they automatically include internal margins on either the x or y axis to maintain the aspect ratio of the video. These were commonly referred to as 'letterboxes' during the early days of 16x9 aspect ratios. How can I determine the size of these internal margins/letterboxes?
Despite conducting thorough research, I have been unable to locate any relevant information online or on stack overflow.
Currently, I am immersed in a substantial Angular 7 project and do not possess any code to share since this query is more on the conceptual side.
I'm seeking assistance from a true front-end expert to guide me through this issue.
Thank you!