Hi nusa,
How did the carousel look before? Was it taller? There’s a gap because the images aren’t as wide as the page (try making your browser window smaller, then there’s no gap).
It looks like the source images themselves are big enough when opened by themselves. I think the problem is a cheeky sizes="(max-width: 900px) 100vw, 900px"
which is creeping into the image tags. The plugin isn’t doing this, it gets this code from a core WordPress function. It could be a new / different setting when you set the featured images – maybe check that these are set to use the full size images?
Sorry, can’t be much more help than this as I think it’s something else that’s causing the problem.. Let me know if I can do anything else.
Cheers,
Phil (the developer)
ps. Cool site! I was in Denpasar and Ubud last summer, gorgeous part of the world – I’m jealous!
pps. Some slightly weird stuff going on in your HTML – might be worth checking that you have tags in the right place in your templates. eg. This yoast code should be inside the <head>
section (not at the top where it is now):
<title>nusa mag | nusa </title>
<!-- This site is optimized with the Yoast SEO plugin https://yoast.com/wordpress/plugins/seo/ -->
<meta property="og:image" content="https://nusasurfwear.com/wp-content/uploads/2015/08/THUMBNAILS-FOR-FACEBOOK.jpg" />
<!-- / Yoast SEO plugin. -->
Also this code should be in <body>
instead of inside <head>
where it is now:
<div class="container" style="text-align:right">
<a href="https://nusasurfwear.com/eshop/quick-order" target="_blank"><img src="https://nusasurfwear.com/images/icon-cart.png" title="eshop cart"style="width:33px;" />cart</a>
<a href="https://nusasurfwear.com/eshop/my-account" target="_blank">sign in</a></div>