Implement share functionality and UI updates: Add share button to various pages, create share popup with URL input, and enhance CSS styles for better layout and responsiveness. Update JavaScript for clipboard functionality and navigator share API support.
This commit is contained in:
@@ -572,6 +572,7 @@
|
||||
<div class="inner">
|
||||
<div class="item welcome-goodbye" data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="400">
|
||||
<div class="image_area">
|
||||
<!-- 20251113 수정 -->
|
||||
<div class="video-area">
|
||||
<video class="video-welcome" playsinline="playsinline" autoplay="autoplay" muted="muted" loop>
|
||||
<source src="../assets/images/kia/promotion/pixar/Welcome.mp4" type="video/mp4" />
|
||||
@@ -584,6 +585,7 @@
|
||||
이 문장은 여러분의 브라우저가 video 태그를 지원하지 않을 때 화면에 표시됩니다!
|
||||
</video>
|
||||
</div>
|
||||
<!--// 20251113 수정 -->
|
||||
</div>
|
||||
<div class="text_area">
|
||||
<h4 class="color-000">Welcome & Goodbye Video</h4>
|
||||
|
||||
Reference in New Issue
Block a user