Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Working with Images in WordPress
Search
Hudson
July 09, 2013
How-to & DIY
0
66
Working with Images in WordPress
A presentation at the WordPress Charleston User Group meetup - July 9, 2013
Hudson
July 09, 2013
Tweet
Share
More Decks by Hudson
See All by Hudson
Getting Started with Multilingual Websites on WordPress
karlhudsonphillips
0
190
Getting Started with Multilingual Websites on WordPress
karlhudsonphillips
0
190
Website Design for Success - Why Mobile Matters
karlhudsonphillips
0
250
WordPress Tips and Ticks, Part 1
karlhudsonphillips
0
120
The WordPress Community
karlhudsonphillips
0
120
Other Decks in How-to & DIY
See All in How-to & DIY
ジャンカーよ、車も買え ~10分でわかる!? 中古車選び入門~
arkw
1
140
在宅フルリモートワークを可能にするスキルと知識n連発! / how to more effective remoteworking
masaru_b_cl
3
1.1k
AWSと学生支援 - Education-JAWS #0
awsjcpm
1
170
自分がご機嫌になれる 素敵な場所を守るために
kenichirokimura
3
380
JAWS-UG 福岡 in 北九州 | JAWS-UG/AWSコミュニティ プログラムのご紹介
awsjcpm
1
150
ラズパイカメラ向け ケーブル延長基板・ハウジングの開発
koheimasaki
PRO
2
330
安全に失敗するための手遊び-未定義動作を引き出そう-
zilmina
0
650
Terra Charge|普通充電器ご利用ガイドブック / Terra Charge Ordinary Charger Guidebook
contents
1
360
JAWS-UG山梨第0回 AWSのユーザーコミュニティ支援
awsjcpm
0
180
MustをWillに変える技術 〜アイドル・郁田はるきが"すべき"の壁を超えるまで〜
subroh0508
0
680
グローバルAWSユーザー コミュニティとJAWS-UG - JAWS FESTA 2024 in Hiroshima
awsjcpm
0
4.8k
Xの"だるま"とコナミコマンド #iotlt #obniz
n0bisuke2
0
220
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Making Projects Easy
brettharned
117
6.4k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
The Invisible Side of Design
smashingmag
301
51k
Agile that works and the tools we love
rasmusluckow
330
21k
Designing for humans not robots
tammielis
253
25k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Statistics for Hackers
jakevdp
799
220k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Transcript
None
None
• Twin-island Republic of Trinidad and Tobago
None
• Twin-island Republic of Trinidad and Tobago • Contractor at
NOAA – Hybrid developer/designer – Project Manager
• Twin-island Republic of Trinidad and Tobago • Contractor at
NOAA – Hybrid developer/designer – Project Manager • Freelance designer
• Twin-island Republic of Trinidad and Tobago • Contractor at
NOAA – Hybrid developer/designer – Project Manager • Freelancer / Wanna-be cyclist • Washed up soccer player
None
What we’ll cover: • Inserting Images into Posts & Pages
• Image Processing & Media Settings • Using the Media Library
None
WordPress gives us 4 options: • Insert Media • Create
a photo gallery • Add a Featured Image • Insert from URL Via the drag & drop multi-file uploader
None
WordPress gives us 4 options: • Insert Media ~ Demonstration
• Create a photo gallery • Add a Featured Image • Insert from URL
Things to consider: • Alternative Text (ALT) – Section 508
& U.S. Web Accessibility Laws – Search Engine Optimization – Offers help when Images aren’t visible • Title – Visible on hover
WordPress gives us 4 options: • Insert Media • Create
a photo gallery ~ Demonstration • Add a Featured Image • Insert from URL
*Jetpack Plugin: • Carousel – Immersive full-screen experience • Tiled
Galleries – Elegant magazine-style mosaic layouts * enabled on WordPress.com sites
WordPress gives us 4 options: • Insert Media • Create
a photo gallery • Add a Featured Image • Insert from URL
None
WordPress gives us 4 options: • Insert Media • Create
a photo gallery • Add a Featured Image • Insert from URL
None
WordPress default CSS classes • .alignnone • .aligncenter • .alignright
• .alignleft • a img.alignright, a img.alignnone, a img.alignleft, a img.aligncenter
WordPress default CSS classes (continued) • .wp-caption • .wp-caption.alignnone •
.wp-caption.alignleft • .wp-caption.alignright • .wp-caption img • .wp-caption p.wp-caption-text ~ http://codex.wordpress.org/CSS
None
Please, don’t upload the image directly from the camera
3 different sizing parameters one can set • Thumbnail size
• Medium size • Large size
3 different sizing parameters one can set • Thumbnail size
– Cropped version of original image • Medium size • Large size
3 different sizing parameters one can set • Thumbnail size
• Medium size – Full image, downsized to set criteria • Large size
3 different sizing parameters one can set • Thumbnail size
• Medium size • Large size – Full image, downsized to set criteria
None
ford.jpg - 1000px by 1500px • ford.jpg (original) • ford-150x150.jpg
• ford-300x300.jpg • ford-960x1024.jpg
None
bike.jpg – 250px by 350px • bike.jpg (original) • bike-150x150.jpg
• bike-250x300.jpg
Set maximum content width in functions.php <?php if ( !
isset( $content_width ) ) $content_width = 960; /* pixels */ ?>
None
The media library • Visual representation of all files •
Browse and manage attached files • Add new media
None
None
None
None