diff --git a/wordpress/wp-content/themes/backer/content-ignition_product.php b/wordpress/wp-content/themes/backer/content-ignition_product.php
index b7bb95ae213c80422ce60885ec974bb5830d480e..1f66cf5c5dd908db18e7091c411637ef6ffd9cc2 100644
--- a/wordpress/wp-content/themes/backer/content-ignition_product.php
+++ b/wordpress/wp-content/themes/backer/content-ignition_product.php
@@ -18,10 +18,10 @@
ID ) ) {
- $image = aq_resize( wp_get_attachment_url( get_post_thumbnail_id(), 'full' ), $retina === 'true' ? 510 : 255, null, false, false );
+ $image = aq_resize( wp_get_attachment_url( get_post_thumbnail_id(), 'full' ), $retina === 'true' ? 510 : 255, $retina === 'true' ? 169: 85, true, false );
$img_obj = '
';
} else if ( get_post_meta( $post->ID, 'ign_product_image1', true ) != '' ) {
- $image = aq_resize( get_post_meta( $post->ID, 'ign_product_image2', true ), $retina === 'true' ? 510 : 255, null, false, false );
+ $image = aq_resize( get_post_meta( $post->ID, 'ign_product_image2', true ), $retina === 'true' ? 510 : 255, $retina === 'true' ? 169: 85, true, false );
$img_obj = '
';
} else {
$img_obj = '';
diff --git a/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php b/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php
index 26c31b6c88c1b09aa05e8896aed5115c28dab05e..c57803c08fbc7e7a857154ffe3ecd6158c531eea 100644
--- a/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php
+++ b/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php
@@ -11,71 +11,6 @@
} ?>
diff --git a/wordpress/wp-content/themes/backer/single-ignition_product.php b/wordpress/wp-content/themes/backer/single-ignition_product.php
index 6de97e9786a939cb067901bd24e9f007d9364ebf..40b5add0981ca0a2eb216e779c7b90213f909135 100644
--- a/wordpress/wp-content/themes/backer/single-ignition_product.php
+++ b/wordpress/wp-content/themes/backer/single-ignition_product.php
@@ -20,7 +20,6 @@
$ign_product_level_count_2 = get_post_meta( $post->ID, 'ign_product_level_count_2', true );
$ign_fund_goal = get_post_meta( $post->ID, 'ign_fund_goal', true );
- $ign_fund_raised = get_post_meta( $post->ID, 'ign_fund_raised', true );
$ign_days_left = get_post_meta( $post->ID, 'ign_days_left', true );
$ign_test_select = get_post_meta( $post->ID, 'ign_test_select', true );
@@ -73,7 +72,7 @@

';
}
@@ -89,7 +88,7 @@