Practice Login

document.addEventListener('DOMContentLoaded', function() { // Selecteer alle Meks Smart Author avatars in de sidebar const avatars = document.querySelectorAll('.listing-sidebar img.avatar, .listing-sidebar img.sab-custom-avatar'); avatars.forEach(function(img) { // Verwijder inline width/height die full-width blokkeren img.removeAttribute('width'); img.removeAttribute('height'); // Forceer full-width via style img.style.width = '100%'; img.style.height = 'auto'; img.style.display = 'block'; img.style.float = 'none'; }); });
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.