- 5
Hi
MegaMenu Plugin Load twice the page some time more
It happens in CategoryMenuTemplate.WithPictures.cshtml
line 27 and 71
src="#" can't be #
You can fix the issue by changing source to src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" or just add transparent pixel image by default
Thanks
Yarik
http://www.uteam.co.il
MegaMenu Plugin Load twice the page some time more
It happens in CategoryMenuTemplate.WithPictures.cshtml
line 27 and 71
<img class="lazy" alt="@item.CategoryModel.PictureModel.AlternateText" src="#" title="@item.CategoryModel.PictureModel.Title" data-original="@item.CategoryModel.PictureModel.ImageUrl"/></a>
src="#" can't be #
You can fix the issue by changing source to src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" or just add transparent pixel image by default
Thanks
Yarik
http://www.uteam.co.il