Title works wrong
See original GitHub issueHi,
when I use gallery: {enabled: true} and getting title from img title:
image: { titleSrc: function(item) { return item.el.find('img').attr('title'); } },
there is a problem during changing photos when not all of them has title attr:
<a href="big.jpg" class="popup"> <img src="small.jpg" title="Super photo"> </a> <a href="big2.jpg" class="popup"> <img src="small2.jpg"> </a>
When I open big.jpg and has caption “Super photo”, then change gallery to big2.jpg, there is still caption “Super photo” visible although big2.jpg has no title attr.
This error not exists when all imgs has empty title tag.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:6 (1 by maintainers)
Top Results From Across the Web
How to Resolve Title Issues (Explained) - HomeGo
Title issues have to be fully resolved before a home can be sold, and 11% of closing issues revolve around title problems.
Read more >Property Title Defects – What are they and how are they solved?
Title problems caused by errors in public records · Incorrect Assessor's Parcel Number or legal description · Conflicts with the legal description ·...
Read more >CSS not Working in Custom Widget title ,without title works ...
I made a wordpress widget there everything is ok but css not working for widget title.Everything is okay in CSS file and title...
Read more >Title appearing on wrong figure - MATLAB Answers - MathWorks
I have a class method that I am using to plot some images. The images are passed in a vectors and reshaped into...
Read more >Quiet Title Action: Definition, How It Works, Uses, and Cost
If a title is not clear, it is not "quiet". This can arise from liens, boundary disputes, easements, gaps in the chain of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dimsemenov Bump. Came across this bug again in a project. Any update?
@dimsemenov Any statement regarding this issue?