modifed isotope js setting
This commit is contained in:
parent
c7d357f89f
commit
3d3ddf592e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
${headScripts.add('<script type="text/javascript" src="${urls.base}/js/jquery_plugins/isotope/jquery.isotope.min.js"></script>')}
|
${headScripts.add('<script type="text/javascript" src="${urls.base}/js/jquery_plugins/isotope/jquery.isotope.min.js"></script>')}
|
||||||
<script>
|
<script>
|
||||||
var initHeight = $("#isotope-container").height();
|
var initHeight = $("#isotope-container").height();
|
||||||
initHeight = (initHeight/2.5)+200 ;
|
initHeight = (initHeight/2.225)+200 ;
|
||||||
$("#isotope-container").css("height",initHeight + "px");
|
$("#isotope-container").css("height",initHeight + "px");
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue