Round Diamonds:
0.87ct. tw.
VS2/SI1-Clarity
H/I-Color
Square Sapphire:
10 Stone - 4.14ct. tw.
AA-Quality
Metal Weight:
21.00 Grams
Length:
7.25 Inches
// selectCallback is the callback name in Timber
var selectCallback = function(variant, selector) {
// Simply toggle on/off the panel according to the variant selected
$('.description').css('display', 'none');
$('#' + variant.id).css('display', 'block');
// rest of the Timber code
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device