Hi @achim945!
Unfortunately, we don’t have options for that. You could create custom CSS code, but please note that we’re unable to provide help with custom coding, or the possible issues that are happening because of them, so you’ll need to have the necessary coding knowledge to write this functionality.
First of all, you have to find the Slider’s id, which looks similar to this:
n2-ss-{slider-id}
and with this selector you could add a custom CSS code to the images to modify the focus point:
#n2-ss-{slider-id} .n2-ss-slide-background-image img {
object-position: {X} {Y}!Important;
}
and this would have an effect on all Slides in your Slider.
Best regards,
Norbert