Topic: Casual army
Hi,
i created Casual Army game portal : http://www.casualarmy.net/
I am totaly begginer, so lot of thing that i wanted to do, i was not able to do
You are not logged in. Please login or register.
Hi,
i created Casual Army game portal : http://www.casualarmy.net/
I am totaly begginer, so lot of thing that i wanted to do, i was not able to do
Hi there, nice. But that is not responsive. ;-)
hi
add this code and responds
css
iframe, object, embed { max-width: 100%; }
hi
add this code and responds
cssiframe, object, embed { max-width: 100%; }
i do not see difference games are javascipt not flash
iframe responds! look code
<html> <head> </head> <body> <iframe seamless="seamless" id="iframegame" scrolling="no" frameborder="0" height="100%" width="100%" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen="true" webkit-playsinline="true" src="http://auth-83051f68-ec6c-44e0-afe5-bd8902acff57.cdn.spilcloud.com/df9aa4793b5/Meet_Puppy_v1/index.html?gp=1&siteid=500&channelid=100"></iframe> </body> </html>
@dextra
Dont forget this one on top in <head> tags
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Values for iframes do not work without css and there is no such thing as iframe responsive with values height="100%" width="100%" on iframe tags only with 1 value and that is: width:100%