Hello; long-time reader, first time caller.
I’m a filmmaker moving my website off Squarespace to a European service (Bunny) for geopolitical reasons. I have faith that Elements will trump Squarespace in the near future!
As a filmmaker I have a lot of videos to include and I’m having problems as they’re on servers so I must use HTML snippets to draw on their built-in players. It’s approaching the limits of my technical expertise but I worked it out.
It’s a bit frustrating that placing those HTML snippets in my design completely throws off the design; it’s not very WISIWIG! Will it be possible to preview iFrames in the workspace in the future I wonder?
Also, I realise that if I later drag the HTML component I’ve added to embed the snippet, across from the components toolbox onto another webpage, it brings across the same bit of code, and changing that code then alters the original usage of the component on the other page! I got very confused by this. Maybe an incrementing number next to each new HTML component in the component inspector would clarify that.
Anyway, I finally realised I must create a new custom HTML component for every video. But being on Elements Base I’m only allowed 3 Custom Components. So I can only embed 3 server-based videos in my project, is that right?! That’s a problem, unless there’s a workaround?
I’m moving away from Vimeo/YouTube too, so my new CDN / webhost Bunny.net typically give me either a URL like this
https://iframe.mediadelivery.net/play/428260/903b389d-b388-42e2-a0b2-9712cecc38e9
or this snippet like this
<div style="position: relative; padding-top: 56.25%;">
<iframe src="https://iframe.mediadelivery.net/embed/428260/903b389d-b388-42e2-a0b2-9712cecc38e9?autoplay=true"
loading="lazy" style="border: none; position: absolute; top: 0; height: 100%; width: 100%;"
allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;" allowfullscreen="true">
</iframe>
</div>
Thanks!
Adam