- Posts: 898
- Karma: 29
- Thank you received: 115
Please Log in or Create an account to join the conversation.
longdt wrote: Hi Maverix,
Thanks for your reply!
I don't use ad block on my browser. However I see problem now after save cookie. I'll check and feedback to you asap!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
longdt wrote: Hi Maverix,
It's a special bugs happen only on your site. I added some custom css you can see it at back-end options!
Hope this help!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
<div class="imgLiquidFill imgLiquid">
<img src="<?php echo Juri::base().$items_final[$k-1]->image; ?>" alt="<?php echo $items_final[$k-1]->title; ?>">
</div>
<div class="imgLiquidFill imgLiquid">
<img src="<?php echo Juri::base().$items_final[$k-1]->imageback; ?>" class="<?php echo $items_final[$k-1]->title; ?>">
</div>
<div class="imgLiquidFill imgLiquid" style="background-image: url(<?php echo Juri::base().$items_final[$k-1]->image; ?>);">
</div>
<div class="imgLiquidFill imgLiquid" style="background-image: url(<?php echo Juri::base().$items_final[$k-1]->imageback; ?>);">
</div>
jQuery(document).ready(function() {
jQuery(".imgLiquid").imgLiquid();
});
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.