Skip to content

Commit

Permalink
Update README to modify video tag for better compatibility and remove…
Browse files Browse the repository at this point in the history
… unnecessary source elements
  • Loading branch information
alexpechkarev committed Feb 9, 2025
1 parent 7e0abe2 commit 2834dec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ See a live demo of the component in action: [Basic Example](https://places-autoc
[Customise request parameters](https://places-autocomplete-demo.pages.dev/examples/customise-request-parameters) - construct a `requestParams` object and control various aspects of the search, including language, region, and more.


<video width="660" height="764" controls autoplay loop muted>
<source src="https://github.com/user-attachments/assets/c2913d06-05d2-4b93-afba-379209d9ddc9" type="video/mp4">
<source src="places-autocomplete-svelte.png" type="image/png">
<video src="https://github.com/user-attachments/assets/c2913d06-05d2-4b93-afba-379209d9ddc9" width="660" height="764" controls autoplay loop muted>
</video>


Expand Down

0 comments on commit 2834dec

Please sign in to comment.