$(function () { $('#piwik-promo-thumbnail').click(function () { var promoEmbed = $('#piwik-promo-embed'), widgetWidth = $(this).closest('.widgetContent').width(), height = (266 * widgetWidth) / 421, embedHtml = ''; $(this).hide(); promoEmbed.height(height).html(embedHtml); promoEmbed.show(); }); });