Skip to content

Commit f9530e4

Browse files
committed
🐞fix: video preview in ios by amazing summerscar
1 parent d0b39b6 commit f9530e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/projects/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const VideoRow = function ({title, videos, ...props}) {
9999
<video
100100
type="video/mp4"
101101
poster="/static/img/Play.PNG"
102-
data-src={video.src}
102+
data-src={video.src + '#t=0.001'}
103103
className={clsx(styles.video, 'lozad')}
104104
onClick={() => openModal(video)}
105105
/>

0 commit comments

Comments
 (0)