Quote:
Originally Posted by GONUMBER6
Same here. When you clicked expand the border of box expanded but the game stayed normal sized. Sorry I forgot to get a screenshot.
|
Could you load the v2.0.2 XML file again, But edit the product file from dbtech_vbarcade_game_flash template replace
Code:
<style type="text/css">object.flash, embed.flash { width: $game[width]px; height: $game[height]px; }</style>
With
Code:
<style type="text/css">object.flash, embed.flash { width: 100%; height: 100%; }</style>
I try this and its working for me