- Posts: 18
- Thank you received: 0
cant fix images size -- they are to big
-
jean972
Inactive member - Topic Author
- New Member
Less
More
10 years 10 months ago #36432
by jean972
cant fix images size -- they are to big was created by jean972
Hello why cant i fix the image size
why do they stretch i want a small picture just on the left of the texte before the read more button ( that i would like to put in french)
but it keeps giving me a big picture i'm dissappointed thats the main part of my website and it just wont work why... i tried every setting in the modules parameters but nothing ..
when i resize the picture in the articles .. the articles just disappers from the module on the front page ..
in the screean captures of the module on your website it promises to do all that i need but in real it does nothing like i want it too
why dont u have an example of that module in different ways .. verticale with pictures .. u only put screan captures .. doesnt it work as you say ??? lost my weekend trying to make that work
i need help
why do they stretch i want a small picture just on the left of the texte before the read more button ( that i would like to put in french)
but it keeps giving me a big picture i'm dissappointed thats the main part of my website and it just wont work why... i tried every setting in the modules parameters but nothing ..
when i resize the picture in the articles .. the articles just disappers from the module on the front page ..
in the screean captures of the module on your website it promises to do all that i need but in real it does nothing like i want it too
why dont u have an example of that module in different ways .. verticale with pictures .. u only put screan captures .. doesnt it work as you say ??? lost my weekend trying to make that work
i need help
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #36443
by ivan.milic
Replied by ivan.milic on topic cant fix images size -- they are to big
You use content code , with source category ID - right? Send link so we can see.
Please Log in to join the conversation.
-
jean972
Inactive member - Topic Author
- New Member
Less
More
- Posts: 18
- Thank you received: 0
10 years 10 months ago - 10 years 10 months ago #36449
by jean972
Replied by jean972 on topic cant fix images size -- they are to big
yes i tried evrything in the parameters
here is the like of my test website : sigwehaven.com/play/jika2/index.php/2014-01-10-08-06-20
as you can see the Joomla logo is much to big why isnt it small with the text next to it like on the admin side when i make it ...
how to take out the (prévois and next) button and leave only the arrows
..............................................
how can i put the read more text in french
here is the like of my test website : sigwehaven.com/play/jika2/index.php/2014-01-10-08-06-20
as you can see the Joomla logo is much to big why isnt it small with the text next to it like on the admin side when i make it ...
how to take out the (prévois and next) button and leave only the arrows
..............................................
how can i put the read more text in french
Last edit: 10 years 10 months ago by jean972.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #36458
by ivan.milic
Replied by ivan.milic on topic cant fix images size -- they are to big
First it shows you set it to be vertical, so nothing strange about that. First change that. Second you use responsive mode , that's why images are stretched. Do not set width and height for images
Please Log in to join the conversation.
-
jean972
Inactive member - Topic Author
- New Member
Less
More
- Posts: 18
- Thank you received: 0
10 years 10 months ago #36469
by jean972
Replied by jean972 on topic cant fix images size -- they are to big
yes i want my articles to change vertically
i am already in responsive mode i checked again but i still have the big pictures
i check no conflict i just cant see why the picture are still streached
i am already in responsive mode i checked again but i still have the big pictures
i check no conflict i just cant see why the picture are still streached
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #36475
by ivan.milic
Replied by ivan.milic on topic cant fix images size -- they are to big
In
modules\mod_hot_joomla_carousel_pro\tmpl\default.php
you will see this at bottom:
jQuery('#hotcarouselmodule-<?php echo $uid; ?>.hotcarousel li img').css("width", responsiveOneArticle);
change that to:
jQuery('#hotcarouselmodule-<?php echo $uid; ?>.hotcarousel li img').css({
"max-width": responsiveOneArticle ,
"height" : 'auto'
});
modules\mod_hot_joomla_carousel_pro\tmpl\default.php
you will see this at bottom:
jQuery('#hotcarouselmodule-<?php echo $uid; ?>.hotcarousel li img').css("width", responsiveOneArticle);
change that to:
jQuery('#hotcarouselmodule-<?php echo $uid; ?>.hotcarousel li img').css({
"max-width": responsiveOneArticle ,
"height" : 'auto'
});
Please Log in to join the conversation.
Time to create page: 0.180 seconds