Monthly Archives :

June 2019

Talking about visibility

Talking about visibility as a photographer. A BFF panel-talk, I hosted.

read more
1400 933 Florian W. Mueller - Photography
Privacy Preferences

When you visit our website, it may store information through your browser from specific services, usually in the form of cookies. Here you can change your Privacy preferences. It is worth noting that blocking some types of cookies may impact your experience on our website and the services we are able to offer.

🍥 Yummy!

My website uses cookies, mainly from 3rd party services. Define your Privacy Preferences and/or agree to our use of cookies.
document.addEventListener("DOMContentLoaded", function() { let imagesArray = document.body.querySelectorAll('.no-cursor'); let cursor = document.querySelector('.wpcc-cursor'); imagesArray.forEach(function(image){ image.addEventListener('mouseenter', function(){ cursor.style.visibility = 'hidden'; console.log('enter'); }); image.addEventListener('mouseleave', function(){ cursor.style.visibility = 'visible';console.log('out'); }); }); });
DE