Hello,
This is Definitely Possible! Consider using the following HTML Code for the Page Title:
<!-- Page Title
============================================= -->
<section id="page-title" class="page-title-parallax nopadding">
<img src="images/parallax/9.jpg" alt="Page Title Image" style="width: 100%; height: auto;">
<div class="vertical-middle">
<div class="container clearfix">
<h1 data-animate="fadeInUp">Page Title Parallax</h1>
<span data-animate="fadeInUp" data-delay="300">A Short Page Title Tagline</span>
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Shortcodes</a></li>
<li class="active">Page Titles</li>
</ol>
</div>
</div>
</section><!-- #page-title end -->
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.