hi
i try to us a hype animation in a custom modul/content item in mo template.
Flexible scaleable layout code disappears :
<div id="start2a_hype_container" style="position:relative;overflow:hidden;width:100%;height:100%;">
<script type="text/javascript" charset="utf-8" src="images/start2a.hyperesources/start2a_hype_generated_script.js?2318"></script>
</div>
fix layout works:
<div id="start2a_hype_container" style="position:relative;overflow:hidden;width:1050px;height:750px;">
Is there a way to set this flexible/responsive? div id...?
thx 4 help