Skip to content

Commit

Permalink
Update landing video dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
aleannab committed Mar 7, 2024
1 parent cc0b7af commit d028578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content_option.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ const dataportfolio = [
hero2x: '/assets/vf-la-hero-2x.jpg',
galleryType: 'grid',
videos: [
{ id: 33, src: 'https://www.youtube.com/embed/Wn4shKhYR70?si=0_z98qgVbHAYSsPa' },
{ id: 34, src: 'https://www.youtube.com/embed/5v-u4E-GYZs?si=HwRdvmn33zOFp9J0' },
{ id: 35, src: 'https://www.youtube.com/embed/y1LTtS4uFno?si=HhVhESHa9VCUX6fi' },
{ id: 33, src: 'https://www.youtube.com/embed/Wn4shKhYR70?si=0_z98qgVbHAYSsPa', w: 315, h: 560 },
{ id: 34, src: 'https://www.youtube.com/embed/5v-u4E-GYZs?si=HwRdvmn33zOFp9J0', w: 315, h: 560 },
{ id: 35, src: 'https://www.youtube.com/embed/y1LTtS4uFno?si=HhVhESHa9VCUX6fi', w: 315, h: 560 },
],
description:
'The Landing is an interactive floor that redefines the way people engage with their environment. This was created for the headquarters of VF Corporation. The floor was brought to life through a symphony of modes that transitioned with each season. The modes were designed to evoke a unique and captivating experience inspired by the active season. The visuals would respond to the footsteps of people walking across the floor.\n\n This was a huge collaborative effort with designers to determine the look and feel of the each mode. This particular project was also heavy on the creative code side, allowing me to create various particle systems and procedural shaders to help transform the ordinary floor into a canvas of digital wonder.',
Expand Down

0 comments on commit d028578

Please sign in to comment.