Skip to content

Instantly share code, notes, and snippets.

@carlosvini
Last active February 3, 2020 14:11
Show Gist options
  • Save carlosvini/1b4f4d1355f27bcff029e25e33f2ab4d to your computer and use it in GitHub Desktop.
Save carlosvini/1b4f4d1355f27bcff029e25e33f2ab4d to your computer and use it in GitHub Desktop.
Test
(function($) {
$('.controls-header').remove();
$('.slick-track').css('zoom', 0.5);
$('#widget .thumbnail img').css('transform', 'scale(0.2)');
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment