We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I look on my browser on my device, the captions are not formatted at all.
http://temp.bakercomputers.com
Code for slideshow is as follows:
<div class="clear"></div><br> <script src="{{skin url='js/camera.js'}}" type="text/javascript">// <![CDATA[ // ]]></script> <script type="text/javascript">// <![CDATA[ jQuery(function(){ jQuery('#camera_wrap').camera({ alignment: 'topCenter', height: '27.34%', minHeight: '200px', loader : false, navigation: true, fx: 'simpleFade', navigationHover:true, thumbnails: false, playPause: false, pagination:false, portrait: false }); }); // ]]></script> <div class="fluid_container_wrap"> <div class="fluid_container"> <div class="camera_wrap camera_orange_skin" id="camera_wrap"> <div data-src="{{skin url='images/slide-1.jpg'}}"> <div class="camera_caption fadeFromBottom">FREE DELIVERY in Dauphin, Gilbert Plains, Grandview, Roblin*</div> </div> <div data-src="{{skin url='images/slide-2.jpg'}}"> <div class="camera_caption fadeFromBottom">Competitive Pricing, Personalized Service! </div> </div> <div data-src="{{skin url='images/slide-3.jpg'}}"> <div class="camera_caption fadeFromBottom">Locally Owned & Operated in Dauphin, Manitoba </div> </div> </div> </div> <div class="clear"></div>
Unsure if user error (me) or bug. Using latest download from website.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I look on my browser on my device, the captions are not formatted at all.
http://temp.bakercomputers.com
Code for slideshow is as follows:
Unsure if user error (me) or bug. Using latest download from website.
The text was updated successfully, but these errors were encountered: