character string length for the ALT...
Hello !
I integrated in a site for an architect http://www.signature-archi.com/nos%20projets.html, the excellent image carousel imagelightbox https://osvaldas.info/image-lightbox-responsive- touch-friendly.
This allows you to display captions under each image using the ALT tag.
Unfortunately it seems that RSD limits this tag to 120 characters.
Would it be possible to unlock this limitation?
Thanks a lot!
Best regards.
I integrated in a site for an architect http://www.signature-archi.com/nos%20projets.html, the excellent image carousel imagelightbox https://osvaldas.info/image-lightbox-responsive- touch-friendly.
This allows you to display captions under each image using the ALT tag.
Unfortunately it seems that RSD limits this tag to 120 characters.
Would it be possible to unlock this limitation?
Thanks a lot!
Best regards.
Try adding the alt tags with JQuery before the lightbox script accesses them.
$('#myimage-id > img').attr('alt', 'My cool text');
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Eric Rohloff wrote:
Try adding the alt tags with JQuery before the lightbox script accesses them.
Try adding the alt tags with JQuery before the lightbox script accesses them.
$('#myimage-id > img').attr('alt', 'My cool text');
you can of course always edit the images alt tag once exported to have as many characters as you want,, but this isn't an ideal way to do it,, I have done it before and it is ok no problems, just a bit of a pain if there are a large number of images
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?
LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
A simple quick way to contact me
https://mawarputih.coffeecup.com/forms/contact-wayan/
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?
LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
A simple quick way to contact me
https://mawarputih.coffeecup.com/forms/contact-wayan/
hi!
thank you for your answer.
Unfortunately it seems that RSD limits this tag to 120 characters!
I do not understand the reason for this limit.
thank you for your answer.
Unfortunately it seems that RSD limits this tag to 120 characters!
I do not understand the reason for this limit.
Eric Rohloff wrote:
Try adding the alt tags with JQuery before the lightbox script accesses them.
Try adding the alt tags with JQuery before the lightbox script accesses them.
$('#myimage-id > img').attr('alt', 'My cool text');
This would happen in the browser so RSD wouldn't know anything about this.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Eric Rohloff wrote:
This would happen in the browser so RSD wouldn't know anything about this.
Eric Rohloff wrote:
Try adding the alt tags with JQuery before the lightbox script accesses them.
Try adding the alt tags with JQuery before the lightbox script accesses them.
$('#myimage-id > img').attr('alt', 'My cool text');
This would happen in the browser so RSD wouldn't know anything about this.
Hi Eric
Would this work if the image is a backgound image in a modal widow?
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?
LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
A simple quick way to contact me
https://mawarputih.coffeecup.com/forms/contact-wayan/
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?
LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
A simple quick way to contact me
https://mawarputih.coffeecup.com/forms/contact-wayan/
It should. Put it above the script for the modal or any other scripts trying to access the image.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.