Hi there,
The width of Post slide fields (such as title, date and content) are by design limited to 2/3rd of the width of the screen, to keep text readable.
You however are using the Post slide to display some special HTML (or is it a shortcode?). Post slide is not designed to do that. You could however keep using the Post slide and add some CSS:
.foyer-slide.foyer-slide-post .inner .foyer-slide-fields {
width: 100% !important;
}
Does that work for you?
I might add a special HTML slide format in a future release that allows you to just add any HTML or shortcodes you might like to display on a slide. Without any slide styling such as limiting the width. Would that be a solution for you?
Menno