Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function() {
- window.addEventListener('resize', function () {
- document.querySelectorAll('.jeg_slider_type_5 .jeg_slide_item').forEach(function(value) {
- value.style.height = `${value.offsetWidth * 600 / 1500}px`;
- });
- });
- })();
Add Comment
Please, Sign In to add comment