GiveToken / GiftBox

Repository for Sizzle
0 stars 0 forks source link

[1053] Expands main image for small screens #1061

Closed shreydesai closed 8 years ago

shreydesai commented 8 years ago

Summary of changes:

// expands main image for small screens
if ($(window).width() < 739) {
  $('#location-secondary-images').remove();
  $('#location-main-image').css('width','100%');
}
wogsland commented 8 years ago

This one works great; great work!

Don't forget to polybuild the versions again after you merge though ;)