Hello, I noticed a small bug in the documentation regarding setting the icon title to show and exit the fullscreen mode. Currently following the documentation results in displaying "undefined" instead of a customised title. Changing it to:
title: { false: '', true: '' }
allowed me to achieve the desired effect :)
Hello, I noticed a small bug in the documentation regarding setting the icon title to show and exit the fullscreen mode. Currently following the documentation results in displaying "undefined" instead of a customised title. Changing it to:
title: { false: '', true: '' }
allowed me to achieve the desired effect :)