diff --git a/source/js/modaal.js b/source/js/modaal.js
old mode 100644
new mode 100755
index 6d4f337..50ba805
--- a/source/js/modaal.js
+++ b/source/js/modaal.js
@@ -43,6 +43,17 @@
close_text : String for close button text. Available for localisation and alternative languages to be used.
close_aria_label : String for close button aria-label attribute (value that screen readers will read out). Available for localisation and alternative languages to be used.
+ label_image : String for image label. Available for localisation and alternative languages to be used.
+ label_image_no_description : String for image with no descrption label. Available for localisation and alternative languages to be used.
+ label_no_description : String for no description label. Available for localisation and alternative languages to be used.
+
+
+ === Next / Prev Buttons ===
+ prev_text : String for previous button text. Available for localisation and alternative languages to be used.
+ prev_aria_label : String for previous button aria-label attribute (value that screen readers will read out). Available for localisation and alternative languages to be used.
+ next_text : String for next button text. Available for localisation and alternative languages to be used.
+ next_aria_label : String for next button aria-label attribute (value that screen readers will read out). Available for localisation and alternative languages to be used.
+
=== Events ===
before_open (function) : Callback function executed before modal is opened
after_open (function) : Callback function executed after modal is opened
@@ -137,8 +148,8 @@
} else {
var mod_class = 'inner';
}
- self.scope.prev_btn = '';
- self.scope.next_btn = '';
+ self.scope.prev_btn = '';
+ self.scope.next_btn = '';
// Check for start_open
if (self.options.start_open === true ){
@@ -626,9 +637,9 @@
// Does it have a modaal description
if ( data_modaal_desc != '' && data_modaal_desc !== null && data_modaal_desc !== undefined ) {
img_alt = data_modaal_desc;
- img_description = '