Hi,

Problem

1) When creating a Slideshow in Views, and editing the IMAGE Field as follows: "Re-write results to output field as link", the Image's Adaptive/Responsive property no longer correctly re-sizes the image... the image WIDTH & HEIGHT becomes distorted.

2) I understand that adding any HTML tags, wrappers, or additional code to the image tends to cause errors...

Question?

The Adaptive Re-sizing works great, is there ANY WAY to include a LINK (dynamic or static) without breaking the correct re-sizing of the images?

Thank you,
Erik

Comments

John Harbert’s picture

Assigned: John Harbert » Unassigned
minorOffense’s picture

Component: Views Slideshow Integration » Views Style Plugin
Status: Active » Closed (works as designed)

Use the caption. Other wise you'll have to adjust the css to handle the extra wrapper around the image. I would start with a display:block on the anchor as it is normally a span element.