Presets

Free mobile lightroom presets for you!

Download these free DNG lightroom presets i made and transform your photos with amazing new looks!

Wanna know how to use it? Click here to learn how!

Just click the image to download the presets. Enjoy!

Orange and Teal
Creamy Nude
Orange and Black
Dark and Moody
Coffee

Links:

https://www.paypal.com/sdk/js?client-id=sb&enable-funding=venmo&currency=USD function initPayPalButton() { paypal.Buttons({ style: { shape: ‘rect’, color: ‘gold’, layout: ‘vertical’, label: ‘paypal’, }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{“amount”:{“currency_code”:”USD”,”value”:1}}] }); }, onApprove: function(data, actions) { return actions.order.capture().then(function(orderData) { // Full available details console.log(‘Capture result’, orderData, JSON.stringify(orderData, null, 2)); // Show a success message within this page, e.g. const element = document.getElementById(‘paypal-button-container’); element.innerHTML = ”; element.innerHTML = ‘

Thank you for your payment!

‘; // Or go to another URL: actions.redirect(‘thank_you.html’); }); }, onError: function(err) { console.log(err); } }).render(‘#paypal-button-container’); } initPayPalButton();