Hello,
I would like the user to be able to click the image in the carousel instead of just the "Read Story" button.
It looks like this should be a functioning link (the image) but when I load the index-magazine-3.html page in a browser, the image itself isn't a link. Only the "Read Story" button functions as an active link.
What can I change in the code so that this link actually functions as an active link?
code snip below
Thank you!
Ryan
<div id="oc-images" class="owl-carousel owl-carousel-full news-carousel header-stick bottommargin-lg carousel-widget" data-margin="3" data-loop="true" data-stage-padding="50" data-pagi="false" data-items-sm="1" data-items-xl="2">
<div class="oc-item">
[

](#)
<div class="overlay">
<div class="text-overlay">
<span class="badge badge-danger">World</span>
<div class="text-overlay-title">
<h2>CJI defends collegium system, says don't defame judiciary</h2>
</div>
<div class="text-overlay-meta">
<span>14th Sep 2014</span>
</div>
Read Story
</div>
<div class="rounded-skill" data-color="#e74c3c" data-trackcolor="rgba(0,0,0,0.1)" data-size="80" data-percent="75" data-width="7" data-animate="3000">7.5</div>
</div>
</div>
