Hi,
I’m trying to embed a youtube video onto a product page and it would show full screen on desktop, but then on mobile it would stretch out too far to the side. I’ve tried various codes(mainly through chatgpt) but none of them are working.
I’m using the Superstore theme.
The embedded video source is: .
The product page is: https://deckandden.com/products/rockwell-10-person-poker-table?_pos=1&_sid=18b888364&_ss=r
One of the codes I’ve tried(this is from Embedresponsively.com) is: .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }