- Posts: 14116
- Thank you received: 1639
disable rotating images
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
11 years 10 months ago #29385
by ivan.milic
Replied by ivan.milic on topic disable rotating images
try like this:
.main-image > a,
.main-image > a > img{
max-width:470px;
max-height:100%;
}
.main-image > a,
.main-image > a > img{
max-width:470px;
max-height:100%;
}
Please Log in to join the conversation.
-
cali
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
11 years 10 months ago #29407
by cali
Replied by cali on topic disable rotating images
It works perfectly.
Very very thank you.
Very very thank you.



Please Log in to join the conversation.
-
dobe5
-
- New Member
-
Less
More
- Thank you received: 0
10 years 8 months ago - 10 years 8 months ago #40597
by dobe5
Replied by dobe5 on topic disable rotating images
I love the template!
I did not realize the template was designed to rotate the image 60 degrees on the main page and then create different sizes from that image on the product intro and product detail pages.
1. I do not want the image to rotate on the main (home) page.
2. I would also like to change image size for product intro.
3. Size is fine for product detail page.
Can you provide the css code for me to accomplish this? The rotation is biggest factor that I wish to stop.
I have attached a screen shot of all three areas. Product detail page is perfect.
PLEASE DISREGARD. i figured out code. Thank you.
I did not realize the template was designed to rotate the image 60 degrees on the main page and then create different sizes from that image on the product intro and product detail pages.
1. I do not want the image to rotate on the main (home) page.
2. I would also like to change image size for product intro.
3. Size is fine for product detail page.
Can you provide the css code for me to accomplish this? The rotation is biggest factor that I wish to stop.
I have attached a screen shot of all three areas. Product detail page is perfect.
PLEASE DISREGARD. i figured out code. Thank you.
Last edit: 10 years 8 months ago by dobe5.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 8 months ago #40608
by ivan.milic
Replied by ivan.milic on topic disable rotating images
Oen:
templates/hot_watches/css/template_css.css
where ever you find rotate css property remove it:
example:
...
transform: rotate(-60deg);
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
...
templates/hot_watches/css/template_css.css
where ever you find rotate css property remove it:
example:
...
transform: rotate(-60deg);
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
...
The following user(s) said Thank You: dobe5
Please Log in to join the conversation.
Time to create page: 0.089 seconds