pdv2008 Posted September 21, 2023 Posted September 21, 2023 The video does not play automatically on the phone. Everything plays well on the Squarespace platform, it also plays in the browser, although it looks a little different, and it doesn’t play These pages have a video block at the beginning.automatically on the phone; I showed on the screen how it looks on different devices. These pages have a video block at the beginning. https://turtle-broccoli-del8.squarespace.com/ and https://turtle-broccoli-del8.squarespace.com/the-7-frequencies pass: 12345
IXStudio Posted September 21, 2023 Posted September 21, 2023 Hi, Did you check the "playsinline" attribute on the Video tag? Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD
pdv2008 Posted September 21, 2023 Author Posted September 21, 2023 18 minutes ago, IXStudio said: Hi, Did you check the "playsinline" attribute on the Video tag? Please use the like button if it helps you! Best, Leopold Hi, how to check it? Now these are the settings. <center> <video autoplay="autoplay" loop="true" width=100%; height=100%; controls > <source src="https://theartofcommunication.org/wp-content/uploads/2022/11/7F_WEB_SLIDER_2.mp4"> </video> </center>
IXStudio Posted September 21, 2023 Posted September 21, 2023 The Center tag is deprecated. Your code should be like this: <video autoplay="autoplay" loop="true" width=100%; height=100%; controls playsinline> <source src="https://theartofcommunication.org/wp-content/uploads/2022/11/7F_WEB_SLIDER_2.mp4"> </video> Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD
pdv2008 Posted September 21, 2023 Author Posted September 21, 2023 11 minutes ago, IXStudio said: The Center tag is deprecated. Your code should be like this: <video autoplay="autoplay" loop="true" width=100%; height=100%; controls playsinline> <source src="https://theartofcommunication.org/wp-content/uploads/2022/11/7F_WEB_SLIDER_2.mp4"> </video> Please use the like button if it helps you! Best, Leopold Should we remove the CENTER tag?
IXStudio Posted September 21, 2023 Posted September 21, 2023 It's better to remove it and make the Video center horizontally via CSS code. Place the code into your website and let me know the URL of the page, I'll send the CSS code 🙂 Please use the like button if it helps you! Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD
pdv2008 Posted September 21, 2023 Author Posted September 21, 2023 8 minutes ago, pdv2008 said: Should we remove the CENTER tag? Now in CSS it’s like this. @media screen and (max-width:767px) { video { height: 60vh !important; object-fit: cover !important; } } but after your code in the phone it still doesn’t play automatically. These pages have a video block at the beginning. https://turtle-broccoli-del8.squarespace.com/ and https://turtle-broccoli-del8.squarespace.com/the-7-frequencies pass: 12345
IXStudio Posted September 21, 2023 Posted September 21, 2023 (edited) Add me as an admin collaborator to install a better video player for you to fix this issue! Send the message to me please. IXStudio.net[at]gmail.com Edited September 21, 2023 by IXStudio Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD
IXStudio Posted September 21, 2023 Posted September 21, 2023 Permission is limited. Change it to admin access please. Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD
pdv2008 Posted September 21, 2023 Author Posted September 21, 2023 12 minutes ago, IXStudio said: Permission is limited. Change it to admin access please. Done
pdv2008 Posted September 22, 2023 Author Posted September 22, 2023 the link to the site has changed https://seal-carnation-879a.squarespace.com/ pass:12345
coucoucomedy Posted September 8 Posted September 8 I had the issue but realized it was just from my phone being on low power mode! If you test this make sure your phone has enough battery and is off low power mode. Once I switched it off the video played automatically.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment