It is necessary to do so that with a width of 375px a function with a different height is executed.
$(function(){ $(".link").click(function(){ $("#infoaboutApart").css({height: '800px'}); }); }); $(function(){ $(".link").click(function(){ $(".info").css({height: '1700px'}); }); });