Advertisement
GochiSiyan

full image script

Aug 18th, 2021 (edited)
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. (function () {
  2. document.querySelectorAll('.jeg_postblock_23 img, .jeg_postblock_3 img, .jeg_postblock_22 img, .jeg_postblock_15 img, .popularpost_list img').forEach(function(value){
  3. value.addEventListener('load', function () {
  4. setTimeout(function(){
  5. value.parentElement.style.paddingBottom = `${value.height}px`;
  6. }, 100);
  7. });
  8. });
  9. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement