diff --git a/src/templates/attract/assets/for_project.jade b/src/templates/attract/assets/for_project.jade index 85ceec8..2b70529 100644 --- a/src/templates/attract/assets/for_project.jade +++ b/src/templates/attract/assets/for_project.jade @@ -140,7 +140,7 @@ script. // Set height of asset-list and item details so we can scroll inside them $(window).on('load resize', function(){ var window_height = $(window).height() - 50; // header is 50px - $('#asset-list').css({'height': window_height}); + $('#shot-list').css({'height': window_height}); $('#item-details').css({'height': window_height}); }); | {% endblock footer_scripts %}