Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alt and title tags #81

Closed
Nannica opened this issue Dec 18, 2014 · 5 comments
Closed

alt and title tags #81

Nannica opened this issue Dec 18, 2014 · 5 comments

Comments

@Nannica
Copy link

Nannica commented Dec 18, 2014

Is it possible to get correct alt- and title-tags får the image?

@tzyganu
Copy link
Owner

tzyganu commented Dec 18, 2014

@Nannica Can you explain a bit? or give an example?

@Nannica
Copy link
Author

Nannica commented Dec 18, 2014

Example could be like this:

src="image.jpg" alt="my image" title="my image"

And then I switch image and the output is this:

src="my_new_image.jpg" alt="my image" title="my image"

The source of the image is changed but the attributes title and alt is still the same because they are not switched.

@tzyganu
Copy link
Owner

tzyganu commented Dec 18, 2014

@Nannica I see what you mean. Seams fair. I will include this in the next version.

@Nannica
Copy link
Author

Nannica commented Dec 18, 2014

Great! :)

@tzyganu
Copy link
Owner

tzyganu commented Mar 23, 2015

@Nannica Sorry for the late response. This feature should be included in version 2.2.0

@tzyganu tzyganu closed this as completed Mar 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants