Keyword

Display image extra field in different sizes

  • Rodrigo
  • Rodrigo's Avatar Topic Author
  • Offline
  • New Member
More
11 years 9 months ago #108123 by Rodrigo
Hi everyone, i'm trying to acomplish a little task: i need to display in the category view the image extra field in two differents sizes, first i've uploaded the image in one size, and displayed it but i want to display the same image a bit smaller at the same page (one for the main items and the smaller ones for the links items), i use
<?php echo $this->item->extraFields->pais->value; ?>
but i cannot control the size, do you have any idea how i could acomplish this?
thanks in advance!

Please Log in or Create an account to join the conversation.

More
11 years 9 months ago #108124 by william white
Replied by william white on topic Re: Display image extra field in different sizes
Try to add the css dimension properties to the fields in question
www.w3schools.com/css/css_dimension.asp

Please Log in or Create an account to join the conversation.

  • Rodrigo
  • Rodrigo's Avatar Topic Author
  • Offline
  • New Member
More
11 years 9 months ago #108125 by Rodrigo
Thanks for your reply William, i've tried all the examples listed in that link but i wasn't succeed. I've tried the dimensions with <p> and even <div> but the image doesn't change its size, i wasn't very sure with img since it needs an image url.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum