This content has been marked as final.
Show 3 replies
-
1. Re: What is the code to ensure web content adapts to iPad screen?
Preran Aug 15, 2014 6:13 AM (in response to jamesfootight)Hi jamesfootight,
See Creating a Responsive Layout | Learn Edge Animate | Adobe TV to get started with creating responsive animations in Edge Animate.
Thanks,
Preran
-
2. Re: What is the code to ensure web content adapts to iPad screen?
jamesfootight Aug 18, 2014 8:11 AM (in response to Preran)Thanks but that is not what I'm after, I am looking for some command that says to an outputed responsive web based microsite from Edge, that when viewed on an ipad, to fit to screen and not be reponsive, any ideas?
-
3. Re: What is the code to ensure web content adapts to iPad screen?
jamesfootight Aug 18, 2014 8:14 AM (in response to Preran)Something like:
/* Small screen! */
@media screen and (min-width: 600px) { }
/* "Desktop" */@media screen and (min-width: 860px) { }
/* IT'S OVER 9000 */
@media screen and (min-width: 1200px) {


