Advertisement
GochiSiyan

Hero thumb

Feb 2nd, 2021
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. (function ($,$$) {
  2. document.querySelectorAll('.jeg_heroblock .jeg_thumb').forEach(function (value,index) {
  3. width=value.offsetWidth
  4. height=value.offsetHeight
  5.  
  6. Array.from(value.getElementsByClassName('thumbnail-container')).forEach(function(value,index){
  7. value.style.width=`${width}px`
  8. value.style.height=`${height}px`
  9. })
  10. })
  11. })(jQuery,console.log)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement