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 hmm

Re: Casual army

Hi there, nice. But that is not responsive. ;-)

http://monstracreative.com - themes, plugins and snippets for monstra cms

:: ATTENTION ::
Need help? Login at your account at: http://monstracreative.com/users/login. -> You have a excellent support center at our website! wink

wormsunited's Website

Re: Casual army

hi
add this code and responds wink
css

iframe, object, embed {
        max-width: 100%;
}

Re: Casual army

dextra wrote:

hi
add this code and responds wink
css

iframe, object, embed {
        max-width: 100%;
}

i do not see difference hmm games are javascipt not flash

Re: Casual army

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>

Re: Casual army

@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%

wink

http://monstracreative.com - themes, plugins and snippets for monstra cms

:: ATTENTION ::
Need help? Login at your account at: http://monstracreative.com/users/login. -> You have a excellent support center at our website! wink

wormsunited's Website