12 Fires Winery
An 11-acre destination on the 290 Wine Trail with spectacular views of the Texas Hill Country. Facilities include vineyard and gravity-fed wine production, interior and exterior wine tasting with two underground tasting caves, 750+ linear feet of underground tunnels for barrel storage, multiple venues for weddings and special events, and bungalows for overnight guests.
<script type="text/javascript">
var galleryLinks = document.querySelectorAll('.blocks-gallery-item > figure > a');
for (var i = 0; i < galleryLinks.length; i++) {
var pos = galleryLinks[i].href.lastIndexOf("-"); // get the position of the last "-"
var posFileExtension = galleryLinks[i].href.lastIndexOf("."); // get the position of the last "."
var fileExtension = galleryLinks[i].href.slice(posFileExtension); // extract file-extension from href
galleryLinks[i].href = galleryLinks[i].href.substring(0, pos) + fileExtension; // set the new href attribute to full size
galleryLinks[i].setAttribute("data-width", "0"); // set data-width to "0"
galleryLinks[i].setAttribute("data-height", "0"); //set data-height to "0"
}
</script>