ariel1324
New member
Before anything else I want to thank Mr. ATP for sharing the Dooplay 2.5.1 nulled
In my version I just put Auto Embed movie only + Download.
For the Installation guide proceed to MR. ATP thread?
If you want to use the old version of auto embed:
Dooplay 2.3.3 HERE
Demo : https://fastjob.online
To make the player responsive . .. . add this to your Additional CSS.
@media only screen and (min-device-width: 280px) and (max-device-width: 280px) and (orientationIn my version I just put Auto Embed movie only + Download.
For the Installation guide proceed to MR. ATP thread?
If you want to use the old version of auto embed:
Dooplay 2.3.3 HERE
Demo : https://fastjob.online
To make the player responsive . .. . add this to your Additional CSS.
.pframe {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 33%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
}
@media only screen and (min-device-width: 375px) and (max-device-width: 375px) and (orientation
.pframe {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 10%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
}
@media only screen and (min-device-width: 411px) and (max-device-width: 414px) and (orientation
.pframe {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 5%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 320px) and (orientation
.pframe {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 20%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 320px) and (orientation
.pframe {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 20%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
}
@media only screen and (min-device-width: 360px) and (max-device-width: 360px) and (orientation
.pframe {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 13%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
}
Attachments
Last edited: