Is there any trick how I can force the inline slider to a certain size, so that i can put those into the portfolio but it doesn’t blow up to the maximum screen size on the single portfolio page?
Or can you put such a feature in an upcoming theme update?
Use inline slider shortcode in a column shortcode.
Example:
[column width="6"]
[inline_slider]
[slide alt="" src=""]Put you slide title here.[/slide]
[slide alt="" src=""]Put you slide title here.[/slide]
[slide alt="" src=""]Put you slide title here.[/slide]
[/inline_slider]
[/column]