Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- (function($) {
- $(document).ready(function() {
- var articleImage = $('.wpc-full-image-size article .entry-featured-image-url img');
- articleImage.each(function(){
- var src = $(this).attr('src').slice(0,-12);
- $(this).attr('src', src + '.jpg');
- })
- });
- })(jQuery);
- <script>
Advertisement
Add Comment
Please, Sign In to add comment