Forum Moderators: coopster

Message Too Old, No Replies

Please help to move and resize my image

I want to move my image and resize, but I don't know how to do it.

         

edwinteguh

3:18 am on Dec 3, 2009 (gmt 0)

10+ Year Member



would you help to to change my image position before like here
<snip>

to be like this
<snip>

(Sorry, I'm afraid this link will life and break the TOS.)
Also, I want to make the image will rotate anytime someone click the image to be as big image.

below is my image code.

Thank you very much for your guidance.

<h3><?php _e('Images','cp'); ?></h3>
<p class="prdetails">
<?php if(function_exists('classi_lightbox')) {classi_lightbox(get_post_meta($post->ID, 'images', true)); } ?>
</p>

[edited by: dreamcatcher at 3:35 am (utc) on Dec. 4, 2009]
[edit reason] No Urls Please. See TOS. [/edit]

coopster

3:28 pm on Dec 5, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



My advice would be to grab some existing code from an open source project like maybe the menalto gallery project and have a look at how it is being done in their JavaScript. Prepare for quite a few hours of analysis ;)