Open Takaya213 opened 8 years ago
The data-thumb attribute does not appear to work, it always shows the thumbnail of the main image even if I change the data-thumb attribute to a completely different random image.
You probably have thumbImage: true instead of thumbImage: false.
thumbImage: true
thumbImage: false
If set to true it wil render the main image as thumbnail no matter what you put in data-thumb.
The data-thumb attribute does not appear to work, it always shows the thumbnail of the main image even if I change the data-thumb attribute to a completely different random image.