SaFrMo
SaFrMo
This is a great idea!
Added in c9b264e
Good points! I think this was for responsive images that have video with sound attached, to get around new autoplay restrictions, but if we're using a video with sound it...
Hey! There are two parts I see to this question: * First, you're looking to add some posts from a specific category to the front page, which you could do...
That absolutely works! I personally usually think of the `loop` as a pure array of serialized post objects, rather than an object with properties, so I'd lean toward putting `frontPagePosts`...
Not a problem at all, happy to help! 😄 1. **The rez_serialize_post issue** - Are you able to serialize any data in `rez_serialize_post`? If so, are you able to serialize...
@mrkylemac Any luck with this? Just wanted to check in!
Apologies on our end! I'm not quite sure why this isn't working either, but I'll look some more into it at the start of next week - it might be...
@cyrusdean Good idea! One way to set up that functionality would be to change the index prop from the container. For example: ```html Next Previous export default { data(){ return...
Got it! I added a prop in the last week or two that might solve this called [manual-loop](https://github.com/funkhaus/fh-components#slide-show). This makes the slideshow loop on both automatic and manual index changes....