GochiSiyan

resizing slider 5

Sep 29th, 2021 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. (function() {
  2. window.addEventListener('resize', function () {
  3. document.querySelectorAll('.jeg_slider_type_5 .jeg_slide_item').forEach(function(value) {
  4. value.style.height = `${value.offsetWidth * 600 / 1500}px`;
  5. });
  6. });
  7. })();
Add Comment
Please, Sign In to add comment