Greetings,
I have an issue with the pretty photo, I can't fix the width and height + I want to remove the twitter and like buttons + I need an auto resize or fix the width and heigh.
Couolld you please assist
below is the code
<link title="prettyPhoto main stylesheet" href="/departments/IT/Pages/iframe/css/prettyPhoto.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<script src="/departments/IT/Pages/iframe/js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script>
<a href="URLPutHere" rel="prettyPhoto" jquery1395637255976="15"><img title="Staff Directory" alt="Staff Directory" src="URLPutHere" style="border-bottom: medium none; border-left: medium none; border-top: medium none; border-right: medium none"/> </a>
<<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded',allowresize:true,
allow_resize: true, /* Resize the photos bigger than viewport. true/false */
default_width: 500,
default_height: 344,
});
});
</script>
Thank you
Arwa