- Posts: 8
- Thank you received: 0
Wrong image size
-
Armani3005555
Inactive member - Topic Author
- New Member
Less
More
12 years 9 months ago #15771
by Armani3005555
Wrong image size was created by Armani3005555
I just bought Hot Effect Rotator and installed on my website.. but the thing is when i set the Width and Height, it appears on different size on every single computer. It means in every different resolution shows a different size of picture. I want to set to AUtofit or something like that? I any one has any experience with that?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #15796
by ivan.milic
Replied by ivan.milic on topic Re: Wrong image size
we never had such report of issue can we see your link.
Please Log in to join the conversation.
-
Armani3005555
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
12 years 9 months ago #15798
by Armani3005555
Replied by Armani3005555 on topic Re: Wrong image size
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #15813
by ivan.milic
Replied by ivan.milic on topic Re: Wrong image size
Add this some ware in your template main page:
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#slider').parent().css('position','static').innerWidth(jQuery('#slider').innerWidth());
});
</script>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#slider').parent().css('position','static').innerWidth(jQuery('#slider').innerWidth());
});
</script>
Please Log in to join the conversation.
Time to create page: 0.184 seconds