mushyii
Junior Member
- Mar 16, 2023
- 158
- 72
Hey,
Today I'm trying to make a streaming platform and I'm using doodstream as a third-party server.
The player works like a charm on the desktop, but when I try on my cell phone, I don't have a player .....
Here is the HTML code of the iframe, I tried to define width/height fix but without success.
Has anyone experienced this problem?
Best regards,
Today I'm trying to make a streaming platform and I'm using doodstream as a third-party server.
The player works like a charm on the desktop, but when I try on my cell phone, I don't have a player .....
Here is the HTML code of the iframe, I tried to define width/height fix but without success.
HTML:
<iframe
width="auto"
height="auto"
frameborder="0"
scrolling="no"
class="w-full md:w-10/12 aspect-video rounded-[20px]"
src="https://dooood.com/e/xxxxxxx" allowfullscreen="true">
</iframe>
Has anyone experienced this problem?
Best regards,