Hi guys,
I really love your plugin set, and I use it extensively in the websites I build. The PageBuilder and the Widget Bundle seems to improve every day, and I’m very happy with it.
However, there is something I miss about the cycle-slider plugin (which i coded) that I was using before, and I think it would be very useful to integrate it the Site Origin Hero and Slider widgets: true fullscreen images.
At the time, I’ve done it via a small jquery function that collected viewport width and height, setting them to a specific container around the slides: it’s quite simple and I think many of us would really like to see a checkbox “Use viewport W and H” within the widget options!
Only in this way the image will really fill the viewport, as values like wh/vh via CSS often bring unwanted behaviour on mobile browsers.
I would really appreciate if you could consider to implement this feature in future releases!
Hi Frafor,
I’ve marked this thread as a feature request. We often look through these threads to get ideas for what to add in our future updates. Hopefully, we’ll be able to add this in a future update. With that said, you should give creating this functionality a try. The sliders in SiteOrigin Page Builder all use Cycle (admittedly Cycle2) so you should be familiar with that part.
Modifying existing widgets is also pretty easy to do with the Widgets Framework included with the SiteOrigin Widgets Bundle and that’s the hardest part (read: it’s not). I would be more than willing to answer any questions you have with creating this functionality / plugin. :)
Hi Alex!
In fact I already have some code that I usually apply to the Cycle2 plugin. That’s why I adapted it to work with the Hero widget. Here it is.
Then I make a new row with a Hero widget inside, and give the class .fullheight-row to that row. In this way I can use different Hero widgets without resizing all of them!
(sorry, the class I add to the row is obviously
)