Sign In

Nienke Hoogstraten
Nienke Hoogstraten
Member since 2021
Contact Information
Statistics
14,461
Total Views
Nienke Hoogstraten's Listings

No listings found.

Send Message

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'; }); });