1 comment

  1. The problem is with your js.
    When you click on first video post. It adds video code to the iframe i.e modal.
    When you click on second video, it doesn’t add video code related to second post to iframe(modal).
    Confusing?
    Refresh your page and click on 2nd or 3rd video. It will show proper. Now click on any video post again. it will show video of 2nd post only.

    For this reset your iframe when any video is clicked. So it will first empty iframe and then will add code of that video.

    If still problem. then just add your js here, will tell you where problem is/

Comments are closed.