My slideshow is working (once I dealt with the libraries folder location issue) but the images are getting downsized, from 940x322 to 866x301. They display full sized on the node page and the View is not using an image style.

Site: http://d8ecs.deanmyerson.org/ at the top of the page.

If I increase the size using the browser element inspector, it just gets increased again. Is some kind of calculation being made based on the browser window or something?

I made this a support request since I do not know if I have control of this somewhere.

Comments

drm created an issue. See original summary.

vbouchet’s picture

Hi drm,

Nor Views Slideshow and Views Slideshow Cycle are supposed to perform any kind of transformation. I can't see any slideshow on the given url (maybe due to the other issue we are discussing) so I can try to understand if it is an issue from Views Slideshow or anything else.

drm’s picture

Status: Active » Closed (works as designed)

You're right. I found that this problem was not just on my Views slideshow, but was elsewhere on the site as well. The D8 Bartik has some css that was causing the problem. I needed to add a img { min-size: 100% } to keep it from downsizing these images.