Advertisement:

Author Topic: .css customization please help  (Read 718 times)

frouter

  • Newbie
  • *
  • Posts: 4
.css customization please help
« on: December 20, 2012, 06:47:56 am »
hello community,
I need help, I need to compare all the pictures, so that they are normal.
This is a template Repurpose 1.1.3 by

the only modification that I make at:

oc-content/theme/repurpose/main.php     line 59

original:¨
img src="<?php echo osc_resource_thumbnail_url() ; ?>" width="100px" height="75px" title="<?php echo osc_item_title(); ?>" alt="<?php echo osc_item_title(); ?>" />

my edit

img src="<?php echo osc_resource_thumbnail_url() ; ?>" width="120px" height="120px" title="<?php echo osc_item_title(); ?>" alt="<?php echo osc_item_title(); ?>" />



I need to have this arrangement preserved, need to adapt .css :)