Seems to essentially do the same thing as right click > 'this frame' > 'show only this frame'. Most games on crazygames do not load correctly when you do this. There is a wrapper on the normal game page that includes things like account saving; even if the game runs it will not save your progress!
A userstyle that collapses the non-game elements and whitespace and scales the iframe to use the whole viewport seems a better solution. CG's developer documentation faq says this: "The container that will contain your game will be either 922x487px or 938x503px or 1128x615px (depending on the user's screen size) which is approximately a 1.8 aspect ratio." A solution that responsively handles these three sizes would work for any game on crazygames.
Seems to essentially do the same thing as right click > 'this frame' > 'show only this frame'. Most games on crazygames do not load correctly when you do this. There is a wrapper on the normal game page that includes things like account saving; even if the game runs it will not save your progress!
A userstyle that collapses the non-game elements and whitespace and scales the iframe to use the whole viewport seems a better solution. CG's developer documentation faq says this: "The container that will contain your game will be either 922x487px or 938x503px or 1128x615px (depending on the user's screen size) which is approximately a 1.8 aspect ratio." A solution that responsively handles these three sizes would work for any game on crazygames.