Advertisement
EllinorN

Fix for gifsets 2

Nov 1st, 2014
26,828
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  2. <script type="text/javascript">
  3. window.onload = function() {
  4. $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -4px;");
  5. $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px;");
  6. $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px;");
  7. $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; margin-right: 0px;");
  8. }
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement