You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The imageLinkPath is then assigned to an href: <a href="@imageLinkPath" ...
When the image URL contains a space, the link ends up broken (the space becomes a +) leading to 404 images. Normally, you don't see these as the link is intercepted by the slider. However, Google and other tools report them as broken links.
Can this be fixed?
Imar
The text was updated successfully, but these errors were encountered:
A few templates in Swift (at least Swift_ProductDetailsImage.cshtml and Swift_ProductDetailsGallery.cshtml) use this code;:
string imageLinkPath = Dynamicweb.Context.Current.Server.UrlEncode(imagePath);
The imageLinkPath is then assigned to an href: <a href="@imageLinkPath" ...
When the image URL contains a space, the link ends up broken (the space becomes a +) leading to 404 images. Normally, you don't see these as the link is intercepted by the slider. However, Google and other tools report them as broken links.
Can this be fixed?
Imar
The text was updated successfully, but these errors were encountered: