Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function ($,$$) {
- document.querySelectorAll('.jeg_heroblock .jeg_thumb').forEach(function (value,index) {
- width=value.offsetWidth
- height=value.offsetHeight
- Array.from(value.getElementsByClassName('thumbnail-container')).forEach(function(value,index){
- value.style.width=`${width}px`
- value.style.height=`${height}px`
- })
- })
- })(jQuery,console.log)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement