Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function () {
- document.querySelectorAll('.jeg_postblock_23 img, .jeg_postblock_3 img, .jeg_postblock_22 img, .jeg_postblock_15 img, .popularpost_list img').forEach(function(value){
- value.addEventListener('load', function () {
- setTimeout(function(){
- value.parentElement.style.paddingBottom = `${value.height}px`;
- }, 100);
- });
- });
- })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement