Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable lazy load
Browse files Browse the repository at this point in the history
Fauzanmhr committed Sep 1, 2024
1 parent 87f941b commit a288316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/episode.ejs
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
</div>
</div>
<!-- Streaming Iframe with Lazy Loading -->
<iframe id="streaming-iframe" class="d-none lazyload" data-src="<%= episode.streamingUrl %>" title="Streaming Player" allowfullscreen></iframe>
<iframe id="streaming-iframe" class="d-none" data-src="<%= episode.streamingUrl %>" title="Streaming Player" allowfullscreen></iframe>
</div>

<!-- Adding a label for the dropdown -->

0 comments on commit a288316

Please sign in to comment.