With last update I dont have the option to align image in fullscreen slider.
Hi Mono14!
The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:
.avia-fullscreen-slider .avia-slideshow-inner li {
background-position: top center !important;
}
Don’t remove the !important property.
Cheers!
Ismael
No way, sorry guys but this will not work for me: I need to align each picture independently!
Its not looking the same with last update.
Need that feature back!
Hey!
You can always roll back your theme to the previous version but the changes to the fullscreen slider are in preparation for a couple of big new features and I believe also to fix issues that could arise from any other type of positioning.
Edit: Re-looking through git notes and it wasn’t actually removed. Will re-upadate shortly.
Regards,
Devin
In your theme files go to config-templatebuilder>avia-shortcodes and replace the slideshow_fullscreen.php contents with this file:
http://pastebin.com/QAXEQK1W
The specific change is on line 93 for the Image Position array. The “required” should be:
"required" => array('id','not',''),