Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. if ($(window).width() > 767) {
  2. var imagesblockheight = $('.imagesblock_firstimg').outerHeight();
  3. if(imagesblockheight < 554) {
  4. var imagesblockheight = 800;
  5. // console.log('failed');
  6. }
  7. // console.log(imagesblockheight);
  8. var imgblockthumbheight = (imagesblockheight/2);
  9. // console.log(imgblockthumbheight);
  10. $('.imagesblock_secondaryimgs .thumbimg').css('max-height', imgblockthumbheight);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement