Lilley
Eye Size: 50mm Bridge Size: 17mm Temple Size: 145mm *How to Find your Current Frame Size* Model A21367 Color Code C1, C2 window.onload = function() { var params = { apiKey: '10M4x4JXB6DRXEZu2a6I2NzWuAcr9iQ3RS9TAa8C', // This is a demo apiKey and must be updated to your own apiKey (see Requirements > API Key) }; fitmixInstance = FitMix.createWidget('my-fitmix-container', params, function() { // fitmixInstance is ready console.log('fitmixInstance creation complete.'); // Set the current frame // This is a demo glassesId and must be updated to your own glassesId value // This function can be called again to change the frame fitmixInstance.setFrame('654595'); // for glassesId values, see Requirements > glassesId } ); }